clang-format: update to OpenBMC latest

Ignore libmapper, because it is written in C and the CPP style
guidelines are not appropriate.

Ignore subprojects; they can validate their formatting themselves.

Change-Id: Id88dcc49f4176c6443e7f53ca193ca8f3e83a51f
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/fail-monitor/monitor.hpp b/fail-monitor/monitor.hpp
index df8a30a..4393d99 100644
--- a/fail-monitor/monitor.hpp
+++ b/fail-monitor/monitor.hpp
@@ -51,8 +51,7 @@
             Action action) :
         bus(std::move(sdbusplus::bus::new_default())),
         source(sourceUnit), target(targetUnit), action(action)
-    {
-    }
+    {}
 
     /**
      * Analyzes the source unit to check if it is in a failed state.