diff src/pt-jump.cc @ 10315:57a59eae83cc

untabify src C++ source files
author John W. Eaton <jwe@octave.org>
date Thu, 11 Feb 2010 12:41:46 -0500
parents cd96d29c5efa
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/pt-jump.cc
+++ b/src/pt-jump.cc
@@ -40,7 +40,7 @@
 
 tree_command *
 tree_break_command::dup (symbol_table::scope_id,
-			 symbol_table::context_id) const
+                         symbol_table::context_id) const
 {
   return new tree_break_command (line (), column ());
 }
@@ -58,7 +58,7 @@
 
 tree_command *
 tree_continue_command::dup (symbol_table::scope_id,
-			    symbol_table::context_id) const
+                            symbol_table::context_id) const
 {
   return new tree_continue_command (line (), column ());
 }
@@ -76,7 +76,7 @@
 
 tree_command *
 tree_return_command::dup (symbol_table::scope_id,
-			  symbol_table::context_id) const
+                          symbol_table::context_id) const
 {
   return new tree_return_command (line (), column ());
 }