diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-03-10 09:21:42 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-03-11 12:28:01 +0800 |
commit | abffadf0ecde6763ceae1fa637629e23d2e9c8f6 (patch) | |
tree | dfdebb1be7794c643c8bab9835d521968ddbfa4c /SecurityPkg/VariableAuthenticated | |
parent | d1bc021ab39ca02ed05d2e529a9362d1da807308 (diff) | |
download | edk2-platforms-abffadf0ecde6763ceae1fa637629e23d2e9c8f6.tar.xz |
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.c | 3 |
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;
|