Update to the latest .clang-format
Change-Id: Idaaffec251b35a024482a67ef424c3424a92149c
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/include/me_to_redfish_hooks.hpp b/include/me_to_redfish_hooks.hpp
index 0ce26e7..4a6cf2b 100644
--- a/include/me_to_redfish_hooks.hpp
+++ b/include/me_to_redfish_hooks.hpp
@@ -103,10 +103,10 @@
}
template <int idx>
-static inline bool
- logByte(const SELData& selData, std::string& /* unused */,
- std::vector<std::string>& args,
- std::function<std::string(uint8_t)> conversion = nullptr)
+static inline bool logByte(
+ const SELData& selData, std::string& /* unused */,
+ std::vector<std::string>& args,
+ std::function<std::string(uint8_t)> conversion = nullptr)
{
uint8_t byte;
switch (idx)
diff --git a/include/sdrutils.hpp b/include/sdrutils.hpp
index ed28314..f9b9030 100644
--- a/include/sdrutils.hpp
+++ b/include/sdrutils.hpp
@@ -474,8 +474,8 @@
return interfacesResponse;
}
-static inline std::map<std::string, DbusVariant>
- getEntityManagerProperties(const char* path, const char* interface)
+static inline std::map<std::string, DbusVariant> getEntityManagerProperties(
+ const char* path, const char* interface)
{
std::map<std::string, DbusVariant> properties;
std::shared_ptr<sdbusplus::asio::connection> dbus = getSdBus();