clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I2f0b9d0fb6e01ed36a2f34c750ba52de3b6d15d1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/include/dbus_privileges.hpp b/include/dbus_privileges.hpp
index f174991..a2bdd1f 100644
--- a/include/dbus_privileges.hpp
+++ b/include/dbus_privileges.hpp
@@ -27,9 +27,9 @@
namespace crow
{
// Populate session with user information.
-inline bool
- populateUserInfo(persistent_data::UserSession& session,
- const dbus::utility::DBusPropertiesMap& userInfoMap)
+inline bool populateUserInfo(
+ persistent_data::UserSession& session,
+ const dbus::utility::DBusPropertiesMap& userInfoMap)
{
std::string userRole;
bool remoteUser = false;