Mercurial > hg > octave-lyh
diff src/pt-cmd.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-cmd.h +++ b/src/pt-cmd.h @@ -46,7 +46,7 @@ virtual ~tree_command (void) { } virtual tree_command *dup (symbol_table::scope_id, - symbol_table::context_id context) const = 0; + symbol_table::context_id context) const = 0; private: @@ -71,7 +71,7 @@ ~tree_no_op_command (void) { } 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); @@ -105,7 +105,7 @@ ~tree_function_def (void) { } 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);