]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/Arm/SetMem.S
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / Arm / SetMem.S
index 49ebf3c2f5689db9f332fdd06d284b23c78845a6..c5b4cfe15f2f4b07f810b1ade37ea9d3d5ec3d82 100755 (executable)
@@ -1,10 +1,10 @@
-#------------------------------------------------------------------------------ \r
+#------------------------------------------------------------------------------\r
 #\r
 # SemMem() worker for ARM\r
 #\r
 # This file started out as C code that did 64 bit moves if the buffer was\r
 # 32-bit aligned, else it does a byte copy. It also does a byte copy for\r
-# any trailing bytes. It was updated to do 32-byte at a time. \r
+# any trailing bytes. It was updated to do 32-byte at a time.\r
 #\r
 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
@@ -34,7 +34,7 @@ InternalMemSetMem (
   IN      UINT8                     Value\r
   )\r
 **/\r
-  \r
+\r
 .text\r
 .align 2\r
 GCC_ASM_EXPORT(InternalMemSetMem)\r
@@ -56,14 +56,14 @@ L32:
 L31:\r
   and   r4, r2, #0xff\r
   orr   r4, r4, r4, LSL #8\r
-  orr   r4, r4, r4, LSL #16  \r
+  orr   r4, r4, r4, LSL #16\r
   mov   r5, r4\r
   mov   r6, r4\r
-  mov   r7, r4 \r
-  mov   r8, r4 \r
-  mov   r9, r4 \r
-  mov   r10, r4 \r
-  mov   r11, r4 \r
+  mov   r7, r4\r
+  mov   r8, r4\r
+  mov   r9, r4\r
+  mov   r10, r4\r
+  mov   r11, r4\r
   b      L32\r
 L34:\r
   cmp      lr, #0\r
@@ -78,4 +78,4 @@ L43:
   cmp      r1, #0\r
   bne      L34\r
   ldmfd    sp!, {r4-r11, pc}\r
-  \r
+\r