about summary refs log tree commit diff
path: root/ports/sysdeps/alpha/fpu/s_trunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/alpha/fpu/s_trunc.c')
-rw-r--r--ports/sysdeps/alpha/fpu/s_trunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/alpha/fpu/s_trunc.c b/ports/sysdeps/alpha/fpu/s_trunc.c
index 2413353137..19f56d9eb5 100644
--- a/ports/sysdeps/alpha/fpu/s_trunc.c
+++ b/ports/sysdeps/alpha/fpu/s_trunc.c
@@ -27,7 +27,7 @@ __trunc (double x)
 {
   double two52 = copysign (0x1.0p52, x);
   double r, tmp;
-  
+
   __asm (
 #ifdef _IEEE_FP_INEXACT
 	 "addt/suic %2, %3, %1\n\tsubt/suic %1, %3, %0"