diff src/pt-exp.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 1b2fcd122c6a
line wrap: on
line diff
--- a/src/pt-exp.h	Thu Feb 11 12:14:48 2010 -0500
+++ b/src/pt-exp.h	Thu Feb 11 12:16:43 2010 -0500
@@ -48,7 +48,7 @@
   virtual bool has_magic_end (void) const = 0;
 
   virtual tree_expression *dup (symbol_table::scope_id,
-				symbol_table::context_id context) const = 0;
+                                symbol_table::context_id context) const = 0;
 
   virtual bool is_constant (void) const { return false; }