commit | c140de9bbe8855b13be9c9fccd7606443c99803a | [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 | 9bf41847a2a6ed1f3e4f1ec1671817c5fd428199 [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>