Update to clang 10

Change code style to clang 10.

Change-Id: I42b0819bbeaf9dc68a99065d2df0e6ceb2eeedd0
Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>
diff --git a/src/transportcommands.cpp b/src/transportcommands.cpp
index 2264a80..fb11144 100644
--- a/src/transportcommands.cpp
+++ b/src/transportcommands.cpp
@@ -15,6 +15,7 @@
  */
 
 #include <ipmid/api.h>
+
 #include <commandutils.hpp>
 
 #define IPMI_CC_PARAMETER_NOT_SUPPORTED 0x80
@@ -51,8 +52,8 @@
                                  ipmi_data_len_t data_len,
                                  ipmi_context_t context)
 {
-    uint8_t *req = reinterpret_cast<uint8_t *>(request);
-    uint8_t *res = reinterpret_cast<uint8_t *>(response);
+    uint8_t* req = reinterpret_cast<uint8_t*>(request);
+    uint8_t* res = reinterpret_cast<uint8_t*>(response);
     uint8_t param = req[0];
     uint8_t paramSel = req[1];