From abffadf0ecde6763ceae1fa637629e23d2e9c8f6 Mon Sep 17 00:00:00 2001 From: Zhang, Chao B Date: Mar 11 2016 04:28:01 +0000 Subject: SecurityPkg: SecureBootConfigDxe: Update coding style Update code to follow EDK2 coding style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang Reviewed-by: Qiu Shumin --- diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c index bbd2f33..8ca6d62 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c @@ -3096,7 +3096,8 @@ ExtractSecureBootModeFromVariable( EFI_STATUS UpdateSecureBootString( IN SECUREBOOT_CONFIG_PRIVATE_DATA *Private - ) { + ) +{ UINT8 CurSecureBootMode; UINT8 *SecureBoot;