commit | 88edd9c6a09cc867ea377c7ad968e6a17595acf5 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Apr 25 11:21:27 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Mar 07 13:22:18 2025 +0100 |
tree | cfe382620434a2d46a58401cc3a3ac5b62b3090d | |
parent | 9ded5e8d8be4a5f1f3219742c3790c13156378d8 [diff] |
fix(bl31): 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: I7c1474a2aa5c940433b88be75c88b4ffa5833b57 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>