summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/SwapBytes64.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/SwapBytes64.c')
-rw-r--r--MdePkg/Library/BaseLib/SwapBytes64.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/MdePkg/Library/BaseLib/SwapBytes64.c b/MdePkg/Library/BaseLib/SwapBytes64.c
index 500f76d484..85102c42e6 100644
--- a/MdePkg/Library/BaseLib/SwapBytes64.c
+++ b/MdePkg/Library/BaseLib/SwapBytes64.c
@@ -6,9 +6,6 @@
**/
-
-
-
#include "BaseLibInternals.h"
/**
@@ -26,7 +23,7 @@
UINT64
EFIAPI
SwapBytes64 (
- IN UINT64 Value
+ IN UINT64 Value
)
{
return InternalMathSwapBytes64 (Value);