diff src/pt-except.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/pt-except.h
+++ b/src/pt-except.h
@@ -44,10 +44,10 @@
       mid_comm (0), trail_comm (0) { }
 
   tree_try_catch_command (tree_statement_list *tc, tree_statement_list *cc,
-			  octave_comment_list *cl = 0,
-			  octave_comment_list *cm = 0,
-			  octave_comment_list *ct = 0,
-			  int l = -1, int c = -1)
+                          octave_comment_list *cl = 0,
+                          octave_comment_list *cm = 0,
+                          octave_comment_list *ct = 0,
+                          int l = -1, int c = -1)
     : tree_command (l, c), try_code (tc), catch_code (cc),
       lead_comm (cl), mid_comm (cm), trail_comm (ct) { }
 
@@ -64,7 +64,7 @@
   octave_comment_list *trailing_comment (void) { return trail_comm; }
 
   tree_command *dup (symbol_table::scope_id scope,
-		     symbol_table::context_id context) const;
+                     symbol_table::context_id context) const;
 
   void accept (tree_walker& tw);
 
@@ -104,11 +104,11 @@
       lead_comm (0), mid_comm (0), trail_comm (0) { }
 
   tree_unwind_protect_command (tree_statement_list *tc,
-			       tree_statement_list *cc,
-			       octave_comment_list *cl = 0,
-			       octave_comment_list *cm = 0,
-			       octave_comment_list *ct = 0,
-			       int l = -1, int c = -1)
+                               tree_statement_list *cc,
+                               octave_comment_list *cl = 0,
+                               octave_comment_list *cm = 0,
+                               octave_comment_list *ct = 0,
+                               int l = -1, int c = -1)
     : tree_command (l, c), unwind_protect_code (tc), cleanup_code (cc),
       lead_comm (cl), mid_comm (cm), trail_comm (ct) { }
 
@@ -125,7 +125,7 @@
   octave_comment_list *trailing_comment (void) { return trail_comm; }
 
   tree_command *dup (symbol_table::scope_id scope,
-		     symbol_table::context_id context) const;
+                     symbol_table::context_id context) const;
 
   void accept (tree_walker& tw);