clang-format: update with latest

Pick up the latest .clang-format from the docs repository.

Change-Id: I205c7f9abd502a02a480b489446f3db37f303e05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/sensorhelper.hpp b/sensorhelper.hpp
index 4c80ebb..3aa7c0f 100644
--- a/sensorhelper.hpp
+++ b/sensorhelper.hpp
@@ -116,8 +116,8 @@
                        const std::string& _cmd, const std::string& _unit,
                        int _pid)
     {
-        DBusConnection* cxn =
-            new DBusConnection(_s, _connection, _cmd, _unit, _pid);
+        DBusConnection* cxn = new DBusConnection(_s, _connection, _cmd, _unit,
+                                                 _pid);
         connections_.push_back(cxn);
         unique_name_to_cxn[_connection] = cxn;
     }