diff liboctave/oct-rand.h @ 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.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/oct-rand.h	Thu Jan 20 17:24:59 2011 -0500
@@ -78,14 +78,14 @@
     if (instance_ok ())
       instance->do_state (s, d);
   }
-  
+
   // Reset the current state/
   static void reset (const std::string& d)
   {
     if (instance_ok ())
       instance->do_reset (d);
   }
-  
+
   // Return the current distribution.
   static std::string distribution (void)
   {
@@ -194,10 +194,10 @@
 
   // Set the current state/
   void do_state (const ColumnVector &s, const std::string& d);
-  
+
   // Reset the current state/
   void do_reset (const std::string& d);
-  
+
   // Return the current distribution.
   std::string do_distribution (void);