From: Zhang, Chao B Date: Thu, 10 Mar 2016 01:21:42 +0000 (+0800) Subject: SecurityPkg: SecureBootConfigDxe: Update coding style X-Git-Tag: edk2-stable201903~7646 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=abffadf0ecde6763ceae1fa637629e23d2e9c8f6 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 bbd2f33413..8ca6d62396 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;