diff options
Diffstat (limited to 'MdePkg/Include/Ppi/ReadOnlyVariable2.h')
-rw-r--r-- | MdePkg/Include/Ppi/ReadOnlyVariable2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Ppi/ReadOnlyVariable2.h b/MdePkg/Include/Ppi/ReadOnlyVariable2.h index 03e7796188..f4f85086ca 100644 --- a/MdePkg/Include/Ppi/ReadOnlyVariable2.h +++ b/MdePkg/Include/Ppi/ReadOnlyVariable2.h @@ -69,7 +69,7 @@ EFI_STATUS OUT UINT32 *Attributes,
IN OUT UINTN *DataSize,
OUT VOID *Data
-);
+ );
/**
@@ -112,7 +112,7 @@ EFI_STATUS IN OUT UINTN *VariableNameSize,
IN OUT CHAR16 *VariableName,
IN OUT EFI_GUID *VariableGuid
-);
+ );
/**
This PPI provides a lightweight, read-only variant of the full EFI
|