summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Library/VariableKeyLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Include/Library/VariableKeyLib.h')
-rw-r--r--SecurityPkg/Include/Library/VariableKeyLib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SecurityPkg/Include/Library/VariableKeyLib.h b/SecurityPkg/Include/Library/VariableKeyLib.h
index c805e2de00..561ebad09d 100644
--- a/SecurityPkg/Include/Library/VariableKeyLib.h
+++ b/SecurityPkg/Include/Library/VariableKeyLib.h
@@ -25,8 +25,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
EFI_STATUS
EFIAPI
GetVariableKey (
- OUT VOID **VariableKey,
- IN OUT UINTN *VariableKeySize
+ OUT VOID **VariableKey,
+ IN OUT UINTN *VariableKeySize
);
/**
@@ -57,4 +57,3 @@ LockVariableKeyInterface (
);
#endif
-