diff src/token.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 7aab48b6e903
line wrap: on
line diff
--- a/src/token.h	Thu Feb 11 12:14:48 2010 -0500
+++ b/src/token.h	Thu Feb 11 12:16:43 2010 -0500
@@ -69,7 +69,7 @@
   token (int l = -1, int c = -1);
   token (const std::string& s, int l = -1, int c = -1);
   token (double d, const std::string& s = std::string (),
-	 int l = -1, int c = -1);
+         int l = -1, int c = -1);
   token (end_tok_type t, int l = -1, int c = -1);
   token (plot_tok_type t, int l = -1, int c = -1);
   token (symbol_table::symbol_record *s, int l = -1, int c = -1);