build: update clang-format
Update to the latest OpenBMC clang-format.
Change-Id: I19424fe32f32900d21272e343a5bda8675edbe60
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/phalerror/phal_error.cpp b/phalerror/phal_error.cpp
index 2cd8d5b..5cd8eca 100644
--- a/phalerror/phal_error.cpp
+++ b/phalerror/phal_error.cpp
@@ -1,4 +1,5 @@
-extern "C" {
+extern "C"
+{
#include <libpdbg.h>
}
@@ -10,14 +11,15 @@
#include <libekb.H>
#include <libipl.H>
+#include <nlohmann/json.hpp>
+#include <phosphor-logging/elog.hpp>
+
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <iomanip>
#include <list>
#include <map>
-#include <nlohmann/json.hpp>
-#include <phosphor-logging/elog.hpp>
#include <sstream>
#include <string>