diff src/comment-list.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/comment-list.cc
+++ b/src/comment-list.cc
@@ -66,7 +66,7 @@
 
 void
 octave_comment_buffer::append (const std::string& s,
-			       octave_comment_elt::comment_type t)
+                               octave_comment_elt::comment_type t)
 {
   if (instance_ok ())
     instance->do_append (s, t);
@@ -80,7 +80,7 @@
 
 void
 octave_comment_buffer::do_append (const std::string& s,
-				  octave_comment_elt::comment_type t)
+                                  octave_comment_elt::comment_type t)
 {
   comment_list->append(s, t);
 }