Update to clang 10

Change code style to clang 10.

Change-Id: I42b0819bbeaf9dc68a99065d2df0e6ceb2eeedd0
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/include/commandutils.hpp b/include/commandutils.hpp
index c59a77f..17762a9 100644
--- a/include/commandutils.hpp
+++ b/include/commandutils.hpp
@@ -15,9 +15,10 @@
  */
 
 #pragma once
-#include <iostream>
 #include <sdbusplus/bus.hpp>
 
+#include <iostream>
+
 static constexpr bool debug = false;
 
 inline static void printRegistration(unsigned int netfn, unsigned int cmd)