commit | 0eeda638a8a6e8d9ff0448ba7405a8a5b86d17e0 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Apr 25 10:46:18 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Mar 07 13:22:18 2025 +0100 |
tree | e534809d7a5e6893afd18116edc5148a2ba361be | |
parent | 7e288d11a5f155de4d6ad2ab9827fd71c0c9f74e [diff] |
fix(common): add missing curly braces This corrects the MISRA violation C2012-15.6: The body of an iteration-statement or a selection-statement shall be a compound-statement. Enclosed statement body within the curly braces. Change-Id: I934b0f5c3b2500940054360611a035fcefa6a690 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>