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/version.hpp b/version.hpp
index c7d2b03..51a7024 100644
--- a/version.hpp
+++ b/version.hpp
@@ -7,6 +7,7 @@
 #include "xyz/openbmc_project/Software/Version/server.hpp"
 
 #include <sdbusplus/bus.hpp>
+
 #include <string>
 
 namespace openpower
@@ -48,8 +49,7 @@
     Delete(sdbusplus::bus::bus& bus, const std::string& path, Version& parent) :
         DeleteInherit(bus, path.c_str(), action::emit_interface_added),
         parent(parent)
-    {
-    }
+    {}
 
     /**
      * @brief Delete the D-Bus object.