Explorar o código

Fix indentation of comment in AVR32 memmove assembler optimization file.

Hans-Christian Egtvedt %!s(int64=16) %!d(string=hai) anos
pai
achega
1db4be5334
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/string/avr32/memmove.S

+ 1 - 1
libc/string/avr32/memmove.S

@@ -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