SecurityPkg: SecureBootConfigDxe: Update coding style

Update code to follow EDK2 coding style.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chao Zhang<chao.b.zhang@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
Zhang, Chao B 2016-03-10 09:21:42 +08:00
parent d1bc021ab3
commit abffadf0ec
1 changed files with 2 additions and 1 deletions

View File

@ -3096,7 +3096,8 @@ ExtractSecureBootModeFromVariable(
EFI_STATUS
UpdateSecureBootString(
IN SECUREBOOT_CONFIG_PRIVATE_DATA *Private
) {
)
{
UINT8 CurSecureBootMode;
UINT8 *SecureBoot;