update clang-format

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I584fa63c632c4df61b94306072cac8a471e80489
diff --git a/test/crc_unittest.cpp b/test/crc_unittest.cpp
index 3816bba..d46215e 100644
--- a/test/crc_unittest.cpp
+++ b/test/crc_unittest.cpp
@@ -1,5 +1,6 @@
-#include <cstdint>
 #include <ipmiblob/crc.hpp>
+
+#include <cstdint>
 #include <string>
 #include <vector>