summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/DivU64x32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/DivU64x32.c')
-rw-r--r--MdePkg/Library/BaseLib/DivU64x32.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/DivU64x32.c b/MdePkg/Library/BaseLib/DivU64x32.c
index fa377ec551..e505a50758 100644
--- a/MdePkg/Library/BaseLib/DivU64x32.c
+++ b/MdePkg/Library/BaseLib/DivU64x32.c
@@ -6,9 +6,6 @@
**/
-
-
-
#include "BaseLibInternals.h"
/**
@@ -30,8 +27,8 @@
UINT64
EFIAPI
DivU64x32 (
- IN UINT64 Dividend,
- IN UINT32 Divisor
+ IN UINT64 Dividend,
+ IN UINT32 Divisor
)
{
ASSERT (Divisor != 0);