diff src/OPERATORS/op-str-m.cc @ 9931:fb6b6fcafa62

untabify files in src/OPERATORS directory
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 14:49:48 -0500
parents a1dbe9d80eee
children ac4b97c6bf8b
line wrap: on
line diff
--- a/src/OPERATORS/op-str-m.cc	Mon Dec 07 13:17:13 2009 -0500
+++ b/src/OPERATORS/op-str-m.cc	Mon Dec 07 14:49:48 2009 -0500
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2003, 2004, 2005, 2007 John W. Eaton
+Copyright (C) 2003, 2004, 2005, 2007, 2009 John W. Eaton
 
 This file is part of Octave.
 
@@ -38,7 +38,7 @@
 
   octave_value tmp
     = v2.convert_to_str_internal (false, false,
-				  a1.is_sq_string () ? '\'' : '"');
+                                  a1.is_sq_string () ? '\'' : '"');
 
   if (! error_state)
     v1.assign (idx, tmp.char_matrix_value ());