Enable clang-format
Ideally would have done this from the beginning,
but better later than never.
Change-Id: Ib4c73085c4817496c9f2ee505c19149a67b394dc
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/dbus.hpp b/dbus.hpp
index 468e327..38e62bd 100644
--- a/dbus.hpp
+++ b/dbus.hpp
@@ -12,8 +12,7 @@
using DbusInterface = std::string;
using DbusProperty = std::string;
-using Value = sdbusplus::message::variant<bool, uint32_t, uint64_t,
- std::string,
+using Value = sdbusplus::message::variant<bool, uint32_t, uint64_t, std::string,
std::vector<std::string>>;
using DbusPropertyMap = std::map<DbusProperty, Value>;
@@ -23,10 +22,8 @@
using ObjectValueTree =
std::map<sdbusplus::message::object_path, DbusInterfaceMap>;
-ObjectValueTree getManagedObjects(
- sdbusplus::bus::bus& bus,
- const std::string& service,
- const std::string& objPath);
+ObjectValueTree getManagedObjects(sdbusplus::bus::bus& bus,
+ const std::string& service,
+ const std::string& objPath);
}
}
-