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/serialize.hpp b/serialize.hpp
index 525bc21..32648e2 100644
--- a/serialize.hpp
+++ b/serialize.hpp
@@ -3,9 +3,10 @@
 #include "config.h"
 
 #include <cereal/archives/json.hpp>
+#include <phosphor-logging/log.hpp>
+
 #include <filesystem>
 #include <fstream>
-#include <phosphor-logging/log.hpp>
 
 namespace phosphor
 {