control: Clang format updates

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

Tested: Compiled

Change-Id: Ic9d621d7c5647bde0a92c5f17938c99deeca0512
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/utility.cpp b/control/utility.cpp
index 49a8a13..8c8dadd 100644
--- a/control/utility.cpp
+++ b/control/utility.cpp
@@ -1,8 +1,8 @@
+#include "utility.hpp"
+
 #include <algorithm>
 #include <stdexcept>
 
-#include "utility.hpp"
-
 namespace phosphor
 {
 namespace fan