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.hpp b/control/utility.hpp
index 3458180..ba626b3 100644
--- a/control/utility.hpp
+++ b/control/utility.hpp
@@ -1,8 +1,9 @@
 #pragma once
 
-#include <vector>
 #include "types.hpp"
 
+#include <vector>
+
 namespace phosphor
 {
 namespace fan