diff liboctave/oct-rand.h @ 10312:cbc402e64d83

untabify liboctave header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:14:48 -0500
parents 4c0cdbe0acca
children 92a85ed5b86e
line wrap: on
line diff
--- a/liboctave/oct-rand.h
+++ b/liboctave/oct-rand.h
@@ -66,7 +66,7 @@
 
   // Set the current state/
   static void state (const ColumnVector &s,
-		     const std::string& d = std::string ())
+                     const std::string& d = std::string ())
   {
     if (instance_ok ())
       instance->do_state (s, d);