summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/DivS64x64Remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/DivS64x64Remainder.c')
-rw-r--r--MdePkg/Library/BaseLib/DivS64x64Remainder.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseLib/DivS64x64Remainder.c b/MdePkg/Library/BaseLib/DivS64x64Remainder.c
index bdf25b8366..9d6ec958aa 100644
--- a/MdePkg/Library/BaseLib/DivS64x64Remainder.c
+++ b/MdePkg/Library/BaseLib/DivS64x64Remainder.c
@@ -6,9 +6,6 @@
**/
-
-
-
#include "BaseLibInternals.h"
/**
@@ -37,9 +34,9 @@
INT64
EFIAPI
DivS64x64Remainder (
- IN INT64 Dividend,
- IN INT64 Divisor,
- OUT INT64 *Remainder OPTIONAL
+ IN INT64 Dividend,
+ IN INT64 Divisor,
+ OUT INT64 *Remainder OPTIONAL
)
{
ASSERT (Divisor != 0);