浏览代码

Fix indentation of comment in AVR32 memmove assembler optimization file.

Hans-Christian Egtvedt 16 年之前
父节点
当前提交
1db4be5334
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/string/avr32/memmove.S

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

@@ -39,7 +39,7 @@ memmove:
 .Lmore_than_31:
 .Lmore_than_31:
 	pushm	r0-r7, lr
 	pushm	r0-r7, lr
 
 
-/* Check alignment */
+	/* Check alignment */
 	mov	r8, src
 	mov	r8, src
 	andl	r8, 31, COH
 	andl	r8, 31, COH
 	brne	.Lunaligned_src
 	brne	.Lunaligned_src