style: update clang-format

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

Change-Id: Ifecce87b6aa64a2800dab3ba1e09ae415accb548
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/activation.hpp b/activation.hpp
index c236c9b..0622545 100644
--- a/activation.hpp
+++ b/activation.hpp
@@ -8,11 +8,12 @@
 #include "xyz/openbmc_project/Software/RedundancyPriority/server.hpp"
 
 #include <sdbusplus/server.hpp>
-#include <string>
 #include <xyz/openbmc_project/Association/Definitions/server.hpp>
 #include <xyz/openbmc_project/Software/Activation/server.hpp>
 #include <xyz/openbmc_project/Software/ActivationBlocksTransition/server.hpp>
 
+#include <string>
+
 namespace openpower
 {
 namespace software
@@ -114,8 +115,7 @@
         ActivationBlocksTransitionInherit(bus, path.c_str(),
                                           action::emit_interface_added)
 
-    {
-    }
+    {}
 };
 
 class ActivationProgress : public ActivationProgressInherit