diff src/ls-mat4.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/ls-mat4.h	Thu Feb 11 12:14:48 2010 -0500
+++ b/src/ls-mat4.h	Thu Feb 11 12:16:43 2010 -0500
@@ -31,15 +31,15 @@
 
 extern int
 read_mat_file_header (std::istream& is, bool& swap, int32_t& mopt, 
-		      int32_t& nr, int32_t& nc, int32_t& imag,
-		      int32_t& len, int quiet = 0);
+                      int32_t& nr, int32_t& nc, int32_t& imag,
+                      int32_t& len, int quiet = 0);
 
 extern std::string
 read_mat_binary_data (std::istream& is, const std::string& filename,
-		      octave_value& tc);
+                      octave_value& tc);
 
 extern bool
 save_mat_binary_data (std::ostream& os, const octave_value& tc,
-		      const std::string& name) ;
+                      const std::string& name) ;
 
 #endif