clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: Ia89f3b88381720be41bbb4ae626758fb0d0b9b4e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/healthMonitor.cpp b/healthMonitor.cpp
index f6ab4c4..a734f59 100644
--- a/healthMonitor.cpp
+++ b/healthMonitor.cpp
@@ -814,7 +814,7 @@
             healthMon->createBmcInventoryIfNotCreated();
             needUpdate = true;
         }
-            });
+    });
 
     // Start the timer
     boost::asio::post(io, [conn]() {