]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/SwapBytes64.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / SwapBytes64.c
index 500f76d4841cc88c8c3e36a722dd4a76ee378cf6..85102c42e65f41c51a622d4ff348d38e859fbd56 100644 (file)
@@ -6,9 +6,6 @@
 \r
 **/\r
 \r
-\r
-\r
-\r
 #include "BaseLibInternals.h"\r
 \r
 /**\r
@@ -26,7 +23,7 @@
 UINT64\r
 EFIAPI\r
 SwapBytes64 (\r
-  IN      UINT64                    Value\r
+  IN      UINT64  Value\r
   )\r
 {\r
   return InternalMathSwapBytes64 (Value);\r