clang-format

This commit is contained in:
Vibhav Pant
2023-08-30 13:21:30 +05:30
parent b34611b77e
commit 808ed3992d
83 changed files with 983 additions and 986 deletions
@@ -51,8 +51,8 @@ void BluetoothDevices::remove_device_by_path(
devices_by_path_.erase(device_object_path);
}
BluetoothDevice &
BluetoothDevices::add_new_device(sdbus::ObjectPath device_object_path) {
BluetoothDevice &BluetoothDevices::add_new_device(
sdbus::ObjectPath device_object_path) {
absl::MutexLock l(&devices_by_path_lock_);
auto pair = devices_by_path_.emplace(
std::string(device_object_path),
@@ -60,5 +60,5 @@ BluetoothDevices::add_new_device(sdbus::ObjectPath device_object_path) {
system_bus_, std::move(device_object_path), observers_));
return *pair.first->second;
}
} // namespace linux
} // namespace nearby
} // namespace linux
} // namespace nearby