commit | 9334fdf9718fed0f98a990f2f7f43cc40426b6dc | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Oct 24 06:02:48 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Dec 23 09:04:28 2024 +0000 |
tree | 668599dec3e57d5ebf40187c37cd2ead6bb88d81 | |
parent | e4a0c44f690d0658310914bcb5ae2355808a17b7 [diff] |
fix(versal-net): 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: I8de33e774178720411313021a7b157045d3cefa0 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>