Removed tabs.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
90402c529d
commit
76f65ec077
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user