summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated
diff options
context:
space:
mode:
authorZhang, Chao B <chao.b.zhang@intel.com>2016-03-10 09:21:42 +0800
committerZhang, Chao B <chao.b.zhang@intel.com>2016-03-11 12:28:01 +0800
commitabffadf0ecde6763ceae1fa637629e23d2e9c8f6 (patch)
treedfdebb1be7794c643c8bab9835d521968ddbfa4c /SecurityPkg/VariableAuthenticated
parentd1bc021ab39ca02ed05d2e529a9362d1da807308 (diff)
downloadedk2-abffadf0ecde6763ceae1fa637629e23d2e9c8f6.tar.gz
edk2-abffadf0ecde6763ceae1fa637629e23d2e9c8f6.tar.bz2
edk2-abffadf0ecde6763ceae1fa637629e23d2e9c8f6.zip
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>
Diffstat (limited to 'SecurityPkg/VariableAuthenticated')
-rw-r--r--SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c3
1 files changed, 2 insertions, 1 deletions
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;