diff liboctave/oct-rand.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 fd0a3ac60b0e
children 7dd7cccf0757
line wrap: on
line diff
--- a/liboctave/oct-rand.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/oct-rand.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -107,7 +107,7 @@
 {
   union d2i { double d; int32_t i[2]; };
   union d2i u;
-    
+
   oct_mach_info::float_format ff = oct_mach_info::native_float_format ();
 
   switch (ff)
@@ -372,7 +372,7 @@
           break;
 
         default:
-          (*current_liboctave_error_handler) 
+          (*current_liboctave_error_handler)
             ("rand: invalid distribution ID = %d", current_distribution);
           break;
         }