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/vm_websocket.hpp b/include/vm_websocket.hpp
index 0c1e0c3..424cb80 100644
--- a/include/vm_websocket.hpp
+++ b/include/vm_websocket.hpp
@@ -427,11 +427,11 @@
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
static SessionMap sessions;
-inline void
- afterGetSocket(crow::websocket::Connection& conn,
- const sdbusplus::message::object_path& path,
- const boost::system::error_code& ec,
- const dbus::utility::DBusPropertiesMap& propertiesList)
+inline void afterGetSocket(
+ crow::websocket::Connection& conn,
+ const sdbusplus::message::object_path& path,
+ const boost::system::error_code& ec,
+ const dbus::utility::DBusPropertiesMap& propertiesList)
{
if (ec)
{