about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/memrchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/memrchr.S b/sysdeps/x86_64/memrchr.S
index a85dc6b03b..81b7a1c320 100644
--- a/sysdeps/x86_64/memrchr.S
+++ b/sysdeps/x86_64/memrchr.S
@@ -111,7 +111,7 @@ L(loop_prolog):
 
 	mov	%rdi, %rcx
 	and	$63, %rcx
-	jz	L(align64_loop)    
+	jz	L(align64_loop)
 
 	add	$64, %rdi
 	add	$64, %rdx