commit | e7db3c6186a46fdc6d7577b2a105e3ca9db4f692 | [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 | a9f0a684bc8e158c43ca9dd97df76df33eeba653 [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>