style: update clang-format

Pull the most recent OpenBMC style rules and run clang-format.

Change-Id: I11a25ea1e62d6c739010d9dd742a139fb17cc09a
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/app.cpp b/app.cpp
index 1ec886c..b4d7765 100644
--- a/app.cpp
+++ b/app.cpp
@@ -17,10 +17,11 @@
 
 #include "manager.hpp"
 
+#include <sdbusplus/bus.hpp>
+
 #include <cstdlib>
 #include <exception>
 #include <iostream>
-#include <sdbusplus/bus.hpp>
 
 int main(int argc, char* argv[])
 {