OSDN Git Service

Fix indentation of comment in AVR32 memmove assembler optimization file.
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 24 Apr 2008 07:15:37 +0000 (07:15 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 24 Apr 2008 07:15:37 +0000 (07:15 -0000)
libc/string/avr32/memmove.S

index a825187..535f4a2 100644 (file)
@@ -39,7 +39,7 @@ memmove:
 .Lmore_than_31:
        pushm   r0-r7, lr
 
-/* Check alignment */
+       /* Check alignment */
        mov     r8, src
        andl    r8, 31, COH
        brne    .Lunaligned_src