Update to clang format
Updated clang format file and modified code to follow it.
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
Change-Id: I65e624373c58aaa18a93400b21d109ef07d38ba8
diff --git a/power-control-x86/src/power_control.cpp b/power-control-x86/src/power_control.cpp
index 1a66bf6..ad603f7 100644
--- a/power-control-x86/src/power_control.cpp
+++ b/power-control-x86/src/power_control.cpp
@@ -21,12 +21,13 @@
#include <boost/asio/posix/stream_descriptor.hpp>
#include <boost/container/flat_map.hpp>
#include <boost/container/flat_set.hpp>
-#include <filesystem>
-#include <fstream>
#include <gpiod.hpp>
-#include <iostream>
#include <phosphor-logging/log.hpp>
#include <sdbusplus/asio/object_server.hpp>
+
+#include <filesystem>
+#include <fstream>
+#include <iostream>
#include <string_view>
namespace power_control