diff src/floatfns.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 0f448bd1bf9a
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/src/floatfns.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/src/floatfns.c	Tue Feb 04 14:56:31 2003 +0000
@@ -468,7 +468,7 @@
       x = XINT (arg1);
       y = XINT (arg2);
       acc = 1;
-      
+
       if (y < 0)
 	{
 	  if (x == 1)
@@ -992,7 +992,7 @@
 #endif /* FLOAT_CATCH_SIGILL */
 
 #ifdef HAVE_MATHERR
-int 
+int
 matherr (x)
      struct exception *x;
 {
@@ -1026,7 +1026,7 @@
 {
 #ifdef FLOAT_CATCH_SIGILL
   signal (SIGILL, float_error);
-#endif 
+#endif
   in_float = 0;
 }