Sfoglia il codice sorgente

Fix indentation of comment in AVR32 memmove assembler optimization file.

Hans-Christian Egtvedt 16 anni fa
parent
commit
1db4be5334
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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