]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibVstm/Arm/CopyMem.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibVstm / Arm / CopyMem.S
index 8cfd9a9c50f5335b4de62a9223d0262ebf05fc83..0a6e039af9dc1461ac2af2bf1e9b3b7a508d81ff 100755 (executable)
@@ -1,4 +1,4 @@
-#------------------------------------------------------------------------------ \r
+#------------------------------------------------------------------------------\r
 #\r
 # CopyMem() worker for ARM\r
 #\r
@@ -20,7 +20,7 @@
 /**\r
   Copy Length bytes from Source to Destination. Overlap is OK.\r
 \r
-  This implementation \r
+  This implementation\r
 \r
   @param  Destination Target of copy\r
   @param  Source      Place to copy from\r
@@ -81,7 +81,7 @@ L16:
   bne  L29\r
   sub  r3, lr, #1\r
   sub  ip, ip, #1\r
-  ldrb  r3, [r3, #0]  \r
+  ldrb  r3, [r3, #0]\r
   sub  r2, r9, #1\r
   cmp  ip, #0\r
   sub  r9, r9, #1\r
@@ -90,7 +90,7 @@ L16:
   bne  L16\r
   b   L7\r
 L11:\r
-  ldrb  r3, [lr], #1  \r
+  ldrb  r3, [lr], #1\r
   sub  ip, ip, #1\r
   strb  r3, [r9], #1\r
 L26:\r
@@ -111,4 +111,4 @@ L7:
   mov  r0, r4\r
   ldmfd  sp!, {r4, r9, pc}\r
 \r
-  \r
+\r