about summary refs log tree commit diff
path: root/sysdeps/ia64/fpu/s_expm1.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-16 22:08:04 -0400
committerMike Frysinger <vapier@gentoo.org>2012-04-22 15:11:02 -0400
commit0347518d6326846cd5fdbe4b472dfc85a2dfc78c (patch)
tree0979539c559c3110fb8bf4eea55d994ec1a7f160 /sysdeps/ia64/fpu/s_expm1.S
parentd5efd131d4e7143173f8faef331b7ec2c4af6340 (diff)
downloadglibc-0347518d6326846cd5fdbe4b472dfc85a2dfc78c.tar.gz
glibc-0347518d6326846cd5fdbe4b472dfc85a2dfc78c.tar.xz
glibc-0347518d6326846cd5fdbe4b472dfc85a2dfc78c.zip
ia64: strip trailing whitespace
Many ia64 files have trailing whitespace which gets in the way and
annoys me.  So strip it away:

	find `find sysdeps/ -name ia64` -type f -exec sed -i 's:[[:space:]]*$::' {} +

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysdeps/ia64/fpu/s_expm1.S')
-rw-r--r--sysdeps/ia64/fpu/s_expm1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/fpu/s_expm1.S b/sysdeps/ia64/fpu/s_expm1.S
index 09a22bbbdd..f0b911e295 100644
--- a/sysdeps/ia64/fpu/s_expm1.S
+++ b/sysdeps/ia64/fpu/s_expm1.S
@@ -70,7 +70,7 @@
 // 5. x >= 709.7827
 //    Result overflows.  Set I, O, and call error support
 //
-// 6. 2^-2 <= x < 709.7827  or  -48.0 <= x < -2^-2  
+// 6. 2^-2 <= x < 709.7827  or  -48.0 <= x < -2^-2
 //    This is the main path.  The algorithm is described below:
 
 // Take the input x. w is "how many log2/128 in x?"