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/procedures/phal/start_host.cpp b/procedures/phal/start_host.cpp
index 21d2d62..b82a584 100644
--- a/procedures/phal/start_host.cpp
+++ b/procedures/phal/start_host.cpp
@@ -1,7 +1,10 @@
-extern "C" {
+extern "C"
+{
#include <libpdbg.h>
}
+#include "attributes_info.H"
+
#include "phalerror/phal_error.hpp"
#include <libekb.H>
@@ -10,8 +13,6 @@
#include <ext_interface.hpp>
#include <phosphor-logging/log.hpp>
#include <registration.hpp>
-
-#include "attributes_info.H"
namespace openpower
{
namespace phal