monitor: Clang format updates

Used `format-code.sh` build script to make changes to conform to clang
format.

Tested: Compiled

Change-Id: Ieead1449cfd4b61333a135740dce03789218f92b
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/monitor/fan_defs.hpp b/monitor/fan_defs.hpp
index b766f8e..264e1f6 100644
--- a/monitor/fan_defs.hpp
+++ b/monitor/fan_defs.hpp
@@ -2,8 +2,7 @@
 
 #include "types.hpp"
 
-extern const std::vector<phosphor::fan::monitor::FanDefinition>
-fanDefinitions;
+extern const std::vector<phosphor::fan::monitor::FanDefinition> fanDefinitions;
 
 extern const std::vector<phosphor::fan::monitor::CreateGroupFunction>
-trustGroups;
+    trustGroups;