update clang-format from Latest in docs

Updates the clang-format file and then applies it.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ia9faf13ce171f90bf07547efd781139bee23e8c7
diff --git a/dbus/dbusactiveread.hpp b/dbus/dbusactiveread.hpp
index 235f038..37ff9bc 100644
--- a/dbus/dbusactiveread.hpp
+++ b/dbus/dbusactiveread.hpp
@@ -3,8 +3,9 @@
 #include "interfaces.hpp"
 #include "util.hpp"
 
-#include <memory>
 #include <sdbusplus/bus.hpp>
+
+#include <memory>
 #include <string>
 
 /*
@@ -18,8 +19,7 @@
                    const std::string& service, DbusHelperInterface* helper) :
         ReadInterface(),
         _bus(bus), _path(path), _service(service), _helper(helper)
-    {
-    }
+    {}
 
     ReadReturn read(void) override;