From 76f65ec077e0c2ef8d9ef2cf6327e8893bf68cb1 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Mon, 23 Jul 2012 23:58:36 +0000 Subject: [PATCH] Removed tabs. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11434 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/addons/addon.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/addons/addon.hpp b/src/addons/addon.hpp index 29b84cf5c..ae59cf2d8 100644 --- a/src/addons/addon.hpp +++ b/src/addons/addon.hpp @@ -231,10 +231,9 @@ public: return ""; // Ignore compiler warning } // getTypeDirectory - // ------------------------------------------------------------------------ + // ------------------------------------------------------------------------ /** Returns if the current version is between min and max versions */ - bool testIncluded(const std::string &min_ver, const std::string &max_ver); - + bool testIncluded(const std::string &min_ver, const std::string &max_ver); // ------------------------------------------------------------------------ /** Returns if a certain status flag is set. */ bool testStatus(AddonStatus n) const {return (m_status & n) !=0; }