mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 20:47:56 +00:00
The coding guideline rule C-ST-02 requires that 'the loop body shall be enclosed with brackets', or more specifically, braces. This patch adds braces to the single-line loop bodies. This patch has no semantic change. Tracked-On: #6776 Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>