changeset 10165:bc59bc6282a0

scripts/gethelp.cc: finish previous untabification
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 21:00:08 -0500
parents 085d4e025155
children 2e304f4a1a47
files scripts/gethelp.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/gethelp.cc	Wed Jan 20 20:58:29 2010 -0500
+++ b/scripts/gethelp.cc	Wed Jan 20 21:00:08 2010 -0500
@@ -153,11 +153,11 @@
   if (! help_text.empty ())
     {
       std::cout << "" << name << "\n"
-        	<< "@c " << file_name << "\n"
-		<< help_text;
+                << "@c " << file_name << "\n"
+                << help_text;
 
       if (help_text[help_text.length () - 1] != '\n')
-	std::cout << "\n";
+        std::cout << "\n";
     }
 
   return 0;