summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/RRotU32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/RRotU32.c')
-rw-r--r--MdePkg/Library/BaseLib/RRotU32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseLib/RRotU32.c b/MdePkg/Library/BaseLib/RRotU32.c
index 3956fadddd..909168fac4 100644
--- a/MdePkg/Library/BaseLib/RRotU32.c
+++ b/MdePkg/Library/BaseLib/RRotU32.c
@@ -27,8 +27,8 @@
UINT32
EFIAPI
RRotU32 (
- IN UINT32 Operand,
- IN UINTN Count
+ IN UINT32 Operand,
+ IN UINTN Count
)
{
ASSERT (Count < 32);