Apply clang-format to the rest of the tree

find * | grep "\.[ch]" | xargs clang-format --style=file -i

Test: mma -j32
Change-Id: I6fcc9862bb7bc07c2a367ca58fef2b3cd27a6f05
diff --git a/main/main_int.h b/main/main_int.h
index dc821bc..8e07236 100644
--- a/main/main_int.h
+++ b/main/main_int.h
@@ -26,10 +26,10 @@
 #endif
 
 /* Initiates the logging for C++ */
-void init_cpp_logging(config_t *config);
+void init_cpp_logging(config_t* config);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif // MAIN_INT_H
\ No newline at end of file
+#endif  // MAIN_INT_H
\ No newline at end of file