Skip to content

Commit

Permalink
BootManagementLib: Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Apr 19, 2021
1 parent 6de165e commit 3935854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Include/Acidanthera/Library/OcBootManagementLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ typedef enum OC_PICKER_MODE_ {
**/
typedef
EFI_STATUS
(*OC_BOOT_SYSTEM_ACTION)(
(*OC_BOOT_SYSTEM_ACTION) (
VOID
);

Expand Down Expand Up @@ -533,7 +533,7 @@ typedef struct {
**/
typedef
EFI_STATUS
(EFIAPI *OC_REQ_PRIVILEGE)(
(EFIAPI *OC_REQ_PRIVILEGE) (
IN OC_PICKER_CONTEXT *Context,
IN OC_PRIVILEGE_LEVEL Level
);
Expand Down Expand Up @@ -714,7 +714,7 @@ typedef struct {
**/
typedef
BOOLEAN
(EFIAPI *OC_VERIFY_PASSWORD)(
(EFIAPI *OC_VERIFY_PASSWORD) (
IN CONST UINT8 *Password,
IN UINT32 PasswordSize,
IN CONST OC_PRIVILEGE_CONTEXT *PrivilegeContext
Expand Down

0 comments on commit 3935854

Please sign in to comment.