]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/SwapBytes64.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / SwapBytes64.c
index 67587f1d27e81c7829b5f215aedd8d49d218619c..42d4f66dd36ba68d7f983100d4423fb09f541da6 100644 (file)
@@ -6,9 +6,6 @@
 \r
 **/\r
 \r
-\r
-\r
-\r
 /**\r
   Switches the endianess of a 64-bit integer.\r
 \r
@@ -24,7 +21,7 @@
 UINT64\r
 EFIAPI\r
 InternalMathSwapBytes64 (\r
-  IN      UINT64                    Operand\r
+  IN      UINT64  Operand\r
   )\r
 {\r
   _asm {\r
@@ -34,4 +31,3 @@ InternalMathSwapBytes64 (
     bswap   edx\r
   }\r
 }\r
-\r