]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: PeiCore fix Xcode -Wempty-body warning
authorAndrew Fish <afish@apple.com>
Fri, 18 Dec 2015 10:22:18 +0000 (10:22 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 18 Dec 2015 10:22:18 +0000 (10:22 +0000)
commitdf56e80886921dfa2c4b32dc9576eaa822fabb5b
treec91c5aa1ef18efe6bb86a9c796d0ddde5f551461
parentb7789dc6b6c49c39bf2c681c236f454e5e653487
MdeModulePkg: PeiCore fix Xcode -Wempty-body warning

The single line for(); construct is followed by code that is indented.
This triggers the -Wempty-body warning. Fix indentation.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Andrew Fish <afish@apple.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19420 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c