diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-07 11:50:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-07 11:50:21 -0400 |
commit | 66fb11b1da6b56a78c09e8b5802ace4f10189dca (patch) | |
tree | e575a1f7b137800c0279f2cc05989c1a9b2f060f | |
parent | 093ecf92998de275820296058ad5648e354b9e0d (diff) | |
download | glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.tar glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.tar.gz glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.tar.bz2 glibc-66fb11b1da6b56a78c09e8b5802ace4f10189dca.zip |
Fix whitespace
-rw-r--r-- | sysdeps/x86_64/memrchr.S | 2 |
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 |