tool/FoeCommand.h
changeset 1804 742607c464c4
parent 1363 11c0b2caa253
--- a/tool/FoeCommand.h	Tue Feb 02 19:38:32 2010 +0100
+++ b/tool/FoeCommand.h	Fri Feb 05 10:29:47 2010 +0100
@@ -41,8 +41,8 @@
         FoeCommand(const string &, const string &);
 
     protected:
-		static std::string resultText(int);
-		static std::string errorText(int);
+        static std::string resultText(int);
+        static std::string errorText(int);
 };
 
 /****************************************************************************/