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