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/analyzer.cpp b/analyzer.cpp
index b26a53a..dbcb754 100644
--- a/analyzer.cpp
+++ b/analyzer.cpp
@@ -597,8 +597,8 @@
         sd_bus_message_get_reply_cookie(m, &reply_serial);
         if (in_flight_methodcalls.count(reply_serial) > 0)
         {
-            float dt_usec =
-                Microseconds() - in_flight_methodcalls[reply_serial];
+            float dt_usec = Microseconds() -
+                            in_flight_methodcalls[reply_serial];
             in_flight_methodcalls.erase(reply_serial);
             dbus_top_analyzer::g_mc_time_histogram.AddSample(dt_usec);