Loading system/gd/rust/topshim/src/profiles/socket.rs +2 −2 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ impl BtSocket { }; let uuid_ptr = match uuid { Some(u) => &u as *const Uuid, Some(ref u) => u as *const Uuid, None => std::ptr::null(), }; Loading Loading @@ -199,7 +199,7 @@ impl BtSocket { }; let uuid_ptr = match uuid { Some(u) => &u as *const Uuid, Some(ref u) => u as *const Uuid, None => std::ptr::null(), }; Loading Loading
system/gd/rust/topshim/src/profiles/socket.rs +2 −2 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ impl BtSocket { }; let uuid_ptr = match uuid { Some(u) => &u as *const Uuid, Some(ref u) => u as *const Uuid, None => std::ptr::null(), }; Loading Loading @@ -199,7 +199,7 @@ impl BtSocket { }; let uuid_ptr = match uuid { Some(u) => &u as *const Uuid, Some(ref u) => u as *const Uuid, None => std::ptr::null(), }; Loading