style: update clang-format

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

Change-Id: Ifecce87b6aa64a2800dab3ba1e09ae415accb548
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/msl_verify.cpp b/msl_verify.cpp
index d6b2ff7..f80e179 100644
--- a/msl_verify.cpp
+++ b/msl_verify.cpp
@@ -2,9 +2,10 @@
 
 #include "msl_verify.hpp"
 
+#include <phosphor-logging/log.hpp>
+
 #include <experimental/filesystem>
 #include <fstream>
-#include <phosphor-logging/log.hpp>
 #include <regex>
 
 namespace openpower