From abffadf0ecde6763ceae1fa637629e23d2e9c8f6 Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Thu, 10 Mar 2016 09:21:42 +0800 Subject: [PATCH] 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 --- .../SecureBootConfigDxe/SecureBootConfigImpl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2