style: update clang-format

Pull the most recent OpenBMC style rules and run clang-format.

Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/manager.cpp b/manager.cpp
index f62afc0..c7ceaa8 100644
--- a/manager.cpp
+++ b/manager.cpp
@@ -17,12 +17,13 @@
 
 #include "errors.hpp"
 
+#include <phosphor-logging/log.hpp>
+
 #include <algorithm>
 #include <chrono>
 #include <exception>
 #include <filesystem>
 #include <iostream>
-#include <phosphor-logging/log.hpp>
 
 using namespace std::literals::chrono_literals;