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

untabify src header files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:16:43 -0500
parents 37a08e0ce2dc
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/pt-id.h
+++ b/src/pt-id.h
@@ -50,8 +50,8 @@
     : tree_expression (l, c), sym (), scope (-1) { }
 
   tree_identifier (const symbol_table::symbol_record& s,
-		   int l = -1, int c = -1,
-		   symbol_table::scope_id sc = symbol_table::current_scope ())
+                   int l = -1, int c = -1,
+                   symbol_table::scope_id sc = symbol_table::current_scope ())
     : tree_expression (l, c), sym (s), scope (sc) { }
 
   ~tree_identifier (void) { }
@@ -111,7 +111,7 @@
   void eval_undefined_error (void);
 
   tree_identifier *dup (symbol_table::scope_id scope,
-			symbol_table::context_id context) const;
+                        symbol_table::context_id context) const;
 
   void accept (tree_walker& tw);
 
@@ -131,8 +131,8 @@
 
     if (scope != curr_scope)
       {
-	scope = curr_scope;
-	sym = symbol_table::insert (sym.name ());
+        scope = curr_scope;
+        sym = symbol_table::insert (sym.name ());
       }
 
     return sym;