Formatting .c/.h files and fix memory leakage issues

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: Id8328f412c2724992d80c0b3f895c8f85bc4ae68
diff --git a/common-utils.h b/common-utils.h
index 436820f..c6b9b60 100644
--- a/common-utils.h
+++ b/common-utils.h
@@ -6,4 +6,4 @@
 int bcd_to_int(UINT8 bcd);
 UINT8 int_to_bcd(int value);
 
-#endif
\ No newline at end of file
+#endif