Update .clang-format to latest version from docs

Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Change-Id: Ie6e7f43e7554429704dca86b21320c90aed18791
diff --git a/tools/power-utils/updater.cpp b/tools/power-utils/updater.cpp
index 4c6ed72..1ddde12 100644
--- a/tools/power-utils/updater.cpp
+++ b/tools/power-utils/updater.cpp
@@ -21,9 +21,10 @@
 #include "types.hpp"
 #include "utility.hpp"
 
+#include <phosphor-logging/log.hpp>
+
 #include <chrono>
 #include <fstream>
-#include <phosphor-logging/log.hpp>
 #include <thread>
 
 using namespace phosphor::logging;