Fix clang-format

This commit is contained in:
Alex
2026-07-03 23:51:45 +02:00
parent 8fafb53177
commit 913cde915a
2 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ class Bluetooth : public ALabel {
auto getDeviceGattBatteryLevels(GDBusObject*, std::optional<unsigned char>&,
std::optional<unsigned char>&) -> void;
static auto processBatteryServiceCharacteristics(GList*, const std::string&, const std::string&,
const std::string&, std::optional<unsigned char>&,
const std::string&,
std::optional<unsigned char>&,
std::optional<unsigned char>&) -> void;
auto getDeviceProperties(GDBusObject*, DeviceInfo&) -> bool;
auto getControllerProperties(GDBusObject*, ControllerInfo&) -> bool;