tool/CommandVersion.cpp
changeset 1804 742607c464c4
parent 1373 e651000f1ff1
child 1826 ec6223c3b7ec
--- a/tool/CommandVersion.cpp	Tue Feb 02 19:38:32 2010 +0100
+++ b/tool/CommandVersion.cpp	Fri Feb 05 10:29:47 2010 +0100
@@ -45,11 +45,11 @@
 {
     stringstream str;
 
-	str << getName() << " [OPTIONS]" << endl
-    	<< endl
-    	<< getBriefDescription() << endl;
+    str << getName() << " [OPTIONS]" << endl
+        << endl
+        << getBriefDescription() << endl;
 
-	return str.str();
+    return str.str();
 }
 
 /****************************************************************************/