commit | f8fc70521189d81f4c6044ec1193eeed2295e962 | [log] [tgz] |
---|---|---|
author | John Chung <john.chung@arm.com> | Fri May 03 20:05:29 2024 +0800 |
committer | John Chung <john.chung@arm.com> | Fri May 03 20:05:29 2024 +0800 |
tree | 5b2d7c52789ae4d073ef14a42086ee582eebadfb | |
parent | 044afd01efe4e737ad072615df8d734c3e3b21f7 [diff] [blame] |
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