mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
d1bc021ab3
commit
abffadf0ec
|
@ -3096,7 +3096,8 @@ ExtractSecureBootModeFromVariable(
|
|||
EFI_STATUS
|
||||
UpdateSecureBootString(
|
||||
IN SECUREBOOT_CONFIG_PRIVATE_DATA *Private
|
||||
) {
|
||||
)
|
||||
{
|
||||
UINT8 CurSecureBootMode;
|
||||
UINT8 *SecureBoot;
|
||||
|
||||
|
|
Loading…
Reference in New Issue