mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
This patch fixes the following issues: - No newline after semi colon. - No space after semi colon in for expression. - No space between if, while, for and expresn. v1 -> v2: * Fix the typo for the for loop change. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>