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