diff src/pt-eval.h @ 10313:f3b65e1ae355

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents 979fb2606c4f
children cb0883127251
line wrap: on
line diff
--- a/src/pt-eval.h	Thu Feb 11 12:14:48 2010 -0500
+++ b/src/pt-eval.h	Thu Feb 11 12:16:43 2010 -0500
@@ -156,12 +156,12 @@
 private:
 
   void do_decl_init_list (decl_elt_init_fcn fcn,
-			  tree_decl_init_list *init_list);
+                          tree_decl_init_list *init_list);
 
   void do_breakpoint (tree_statement& stmt) const;
 
   void do_breakpoint (bool is_breakpoint,
-		      bool is_end_of_fcn_or_script = false) const;
+                      bool is_end_of_fcn_or_script = false) const;
 
   virtual octave_value
   do_keyboard (const octave_value_list& args = octave_value_list ()) const;