]> code.delx.au - gnu-emacs/blobdiff - src/floatfns.c
Trailing whitespace deleted.
[gnu-emacs] / src / floatfns.c
index 08405c307a7c3d21d2eb976c2b0d08bd4041c7d8..b7d6412fdbf272b91941d2ac3802a528c66e1340 100644 (file)
@@ -468,7 +468,7 @@ DEFUN ("expt", Fexpt, Sexpt, 2, 2, 0,
       x = XINT (arg1);
       y = XINT (arg2);
       acc = 1;
-      
+
       if (y < 0)
        {
          if (x == 1)
@@ -992,7 +992,7 @@ float_error (signo)
 #endif /* FLOAT_CATCH_SIGILL */
 
 #ifdef HAVE_MATHERR
-int 
+int
 matherr (x)
      struct exception *x;
 {
@@ -1026,7 +1026,7 @@ init_floatfns ()
 {
 #ifdef FLOAT_CATCH_SIGILL
   signal (SIGILL, float_error);
-#endif 
+#endif
   in_float = 0;
 }