update clang-format

Change-Id: If3508ffd09d7bd11fbf13bf449cc3c39efea90bb
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/ipmi.cpp b/ipmi.cpp
index 3c43aa7..6e28625 100644
--- a/ipmi.cpp
+++ b/ipmi.cpp
@@ -14,11 +14,12 @@
  * limitations under the License.
  */
 
-#include <cstring>
-#include <unordered_map>
+#include "ipmi.hpp"
 
 #include "flash-ipmi.hpp"
-#include "ipmi.hpp"
+
+#include <cstring>
+#include <unordered_map>
 
 IpmiFlashHandler getCommandHandler(FlashSubCmds command)
 {