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/create_pel.cpp b/phalerror/create_pel.cpp
index ac1fff7..e3e6117 100644
--- a/phalerror/create_pel.cpp
+++ b/phalerror/create_pel.cpp
@@ -5,18 +5,19 @@
#include <libekb.H>
#include <unistd.h>
+#include <phosphor-logging/elog.hpp>
+#include <xyz/openbmc_project/Logging/Create/server.hpp>
+#include <xyz/openbmc_project/Logging/Entry/server.hpp>
+
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <map>
-#include <phosphor-logging/elog.hpp>
#include <stdexcept>
#include <string>
#include <tuple>
#include <vector>
-#include <xyz/openbmc_project/Logging/Create/server.hpp>
-#include <xyz/openbmc_project/Logging/Entry/server.hpp>
namespace openpower
{