about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-12 11:42:57 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-12 11:42:57 -0400
commitf9e123204e9a96d421c9f9ce011d567ce9f8e217 (patch)
treecabfeb1a234735d2c107d9abaa67ddd89ba63927
parent951fbcec70e65c49705fcdbf4630bee5ce2a5691 (diff)
downloadglibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.tar.gz
glibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.tar.xz
glibc-f9e123204e9a96d421c9f9ce011d567ce9f8e217.zip
Fix whitespaces
-rw-r--r--sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S4
-rw-r--r--sysdeps/i386/i686/multiarch/memrchr-sse2.S16
2 files changed, 10 insertions, 10 deletions
diff --git a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S
index 1c2a867ca2..355d498e25 100644
--- a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S
+++ b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S
@@ -133,7 +133,7 @@ L(loop_prolog):
 	mov	%ecx, %eax
 	and	$63, %eax
 	test	%eax, %eax
-	jz	L(align64_loop)    
+	jz	L(align64_loop)
 
 	add	$64, %ecx
 	add	$64, %edx
@@ -333,7 +333,7 @@ L(length_less16):
 	pshufd	$0, %xmm1, %xmm1
 	and	$15, %ecx
 	jz	L(length_less16_offset0)
-	
+
 	PUSH	(%edi)
 	mov	%cl, %dh
 	add	%dl, %dh
diff --git a/sysdeps/i386/i686/multiarch/memrchr-sse2.S b/sysdeps/i386/i686/multiarch/memrchr-sse2.S
index 68f4bc7b26..86a0cf961d 100644
--- a/sysdeps/i386/i686/multiarch/memrchr-sse2.S
+++ b/sysdeps/i386/i686/multiarch/memrchr-sse2.S
@@ -56,7 +56,7 @@ ENTRY (__memrchr_sse2)
 
 	pmovmskb %xmm0, %eax
 	test	%eax, %eax
-	jnz	L(exit_dispatch)  
+	jnz	L(exit_dispatch)
 
 	sub	$64, %ecx
 	mov	%ecx, %eax
@@ -129,7 +129,7 @@ L(loop_prolog):
 	mov	%ecx, %eax
 	and	$63, %eax
 	test	%eax, %eax
-	jz	L(align64_loop)    
+	jz	L(align64_loop)
 
 	lea	64(%ecx), %ecx
 	lea	64(%edx), %edx
@@ -244,7 +244,7 @@ L(exit_loop_32):
 
 	.p2align 4
 L(matches16):
-	lea	16(%ecx), %ecx	
+	lea	16(%ecx), %ecx
 	test	%ah, %ah
 	jnz	L(exit_dispatch_high)
 	mov	%al, %dl
@@ -261,7 +261,7 @@ L(matches16):
 
 	.p2align 4
 L(matches32):
-	lea	32(%ecx), %ecx	
+	lea	32(%ecx), %ecx
 	test	%ah, %ah
 	jnz	L(exit_dispatch_high)
 	mov	%al, %dl
@@ -297,7 +297,7 @@ L(exit_dispatch):
 	ret
 
 	.p2align 4
-L(exit_dispatch_8):        
+L(exit_dispatch_8):
 	test	$0x80, %al
 	jnz	L(exit_8)
 	test	$0x40, %al
@@ -437,7 +437,7 @@ L(matches16_1):
 L(matches32_1):
 	lea	-32(%edx), %edx
 	lea	32(%ecx), %ecx
-	
+
 	test	%ah, %ah
 	jnz	L(exit_dispatch_1_high)
 	mov	%al, %ah
@@ -478,7 +478,7 @@ L(exit_dispatch_1):
 	ret
 
 	.p2align 4
-L(exit_dispatch_1_8):        
+L(exit_dispatch_1_8):
 	test	$0x80, %al
 	jnz	L(exit_1_8)
 	test	$0x40, %al
@@ -639,7 +639,7 @@ L(length_less16):
 
 	and	$15, %ecx
 	jz	L(length_less16_offset0)
-	
+
 	PUSH	(%edi)
 
 	mov	%cl, %dh