about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-07 11:50:21 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-07 11:50:21 -0400
commit66fb11b1da6b56a78c09e8b5802ace4f10189dca (patch)
treee575a1f7b137800c0279f2cc05989c1a9b2f060f
parent093ecf92998de275820296058ad5648e354b9e0d (diff)
downloadglibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.tar.gz
glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.tar.xz
glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.zip
Fix whitespace
-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