summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseRngLibNull
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseRngLibNull')
-rw-r--r--MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c b/MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c
index cad30599ea..efba5c851e 100644
--- a/MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c
+++ b/MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c
@@ -23,7 +23,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
BOOLEAN
EFIAPI
GetRandomNumber16 (
- OUT UINT16 *Rand
+ OUT UINT16 *Rand
)
{
ASSERT (FALSE);
@@ -44,7 +44,7 @@ GetRandomNumber16 (
BOOLEAN
EFIAPI
GetRandomNumber32 (
- OUT UINT32 *Rand
+ OUT UINT32 *Rand
)
{
ASSERT (FALSE);
@@ -65,7 +65,7 @@ GetRandomNumber32 (
BOOLEAN
EFIAPI
GetRandomNumber64 (
- OUT UINT64 *Rand
+ OUT UINT64 *Rand
)
{
ASSERT (FALSE);
@@ -86,7 +86,7 @@ GetRandomNumber64 (
BOOLEAN
EFIAPI
GetRandomNumber128 (
- OUT UINT64 *Rand
+ OUT UINT64 *Rand
)
{
ASSERT (FALSE);