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.hpp b/manager.hpp
index 5ad4f44..ec29c79 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -9,13 +9,14 @@
 #include "association_manager.hpp"
 #endif
 
+#include <sdbusplus/server.hpp>
+#include <xyz/openbmc_project/Inventory/Manager/server.hpp>
+
 #include <any>
 #include <map>
 #include <memory>
-#include <sdbusplus/server.hpp>
 #include <string>
 #include <vector>
-#include <xyz/openbmc_project/Inventory/Manager/server.hpp>
 
 namespace sdbusplus
 {