diff liboctave/lo-mappers.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents ab231f944252
children 30414ff19d5e
line wrap: on
line diff
--- a/liboctave/lo-mappers.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/lo-mappers.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -59,7 +59,7 @@
   return gnulib::round (x);
 }
 
-double 
+double
 xroundb (double x)
 {
   double t = xround (x);
@@ -273,7 +273,7 @@
   return gnulib::round (x);
 }
 
-float 
+float
 xroundb (float x)
 {
   float t = xround (x);