commit | 7e288d11a5f155de4d6ad2ab9827fd71c0c9f74e | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Apr 25 10:34:02 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Mar 07 13:22:18 2025 +0100 |
tree | 737897d25a627d16fb5858ce587ff376f9b0844b | |
parent | d153bcf427be7656277aec7997305acae0292a28 [diff] |
fix(platforms): 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: I1327a206782ccd341c0c7eaa3f26078150458ed0 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>