clang-format: sync from docs master .clang-format

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I8077816a5ddf7a067bdf537cb46e4e32f5c4ef65
diff --git a/sdbusplus/slot.hpp b/sdbusplus/slot.hpp
index 557d0e3..27f4a70 100644
--- a/sdbusplus/slot.hpp
+++ b/sdbusplus/slot.hpp
@@ -54,8 +54,7 @@
      *  Takes ownership of the slot-pointer and releases it when done.
      */
     explicit slot(slotp_t s) : _slot(s)
-    {
-    }
+    {}
 
     /** @brief Release ownership of the stored slot-pointer. */
     slotp_t release()