Update the clang-format file with latest
Change-Id: I8b49b4d38ffefd1ac31930ecb2d7b809e477c758
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
diff --git a/src/utils.hpp b/src/utils.hpp
index fafd646..43e1f0d 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -98,8 +98,8 @@
const char* path, const char* interface,
const char* propertyName) const
{
- any result =
- getPropertyImpl(bus, service, path, interface, propertyName);
+ any result = getPropertyImpl(bus, service, path, interface,
+ propertyName);
auto value = any_cast<PropertyType>(result);
return std::get<T>(value);
}