diff src/oct-fstrm.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents cd96d29c5efa
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/oct-fstrm.h
+++ b/src/oct-fstrm.h
@@ -35,15 +35,15 @@
 public:
 
   octave_fstream (const std::string& nm_arg,
-		  std::ios::openmode arg_md = std::ios::in|std::ios::out,
-		  oct_mach_info::float_format flt_fmt
-		    = oct_mach_info::native_float_format ());
+                  std::ios::openmode arg_md = std::ios::in|std::ios::out,
+                  oct_mach_info::float_format flt_fmt
+                    = oct_mach_info::native_float_format ());
 
   static octave_stream
   create (const std::string& nm_arg,
-	  std::ios::openmode arg_md = std::ios::in|std::ios::out,
-	  oct_mach_info::float_format flt_fmt
-	    = oct_mach_info::native_float_format ());
+          std::ios::openmode arg_md = std::ios::in|std::ios::out,
+          oct_mach_info::float_format flt_fmt
+            = oct_mach_info::native_float_format ());
 
   // Position a stream at OFFSET relative to ORIGIN.