about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strrchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/multiarch/strrchr.S')
-rw-r--r--sysdeps/x86_64/multiarch/strrchr.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/x86_64/multiarch/strrchr.S b/sysdeps/x86_64/multiarch/strrchr.S
index a8c28a484c..f6665f34b7 100644
--- a/sysdeps/x86_64/multiarch/strrchr.S
+++ b/sysdeps/x86_64/multiarch/strrchr.S
@@ -82,7 +82,7 @@ END(strrchr)
 
 
 	.section .text.sse4.2,"ax",@progbits
-	.align 	16
+	.align	16
 	.type	__strrchr_sse42, @function
 __strrchr_sse42:
 	cfi_startproc
@@ -141,10 +141,10 @@ L(match_or_eos):
 L(match_no_eos):
 	leaq	(%r8,%rcx), %rax
 	addq	$16, %r8
-        jmp     L(loop)
+	jmp     L(loop)
 	.p2align 4
 L(had_eos):
-        jnc     L(exit)
+	jnc     L(exit)
 	leaq	(%r8,%rcx), %rax
 	.p2align 4
 L(exit):