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
@ -234,7 +234,6 @@ public:
|
|||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
/** Returns if the current version is between min and max versions */
|
/** 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. */
|
/** Returns if a certain status flag is set. */
|
||||||
bool testStatus(AddonStatus n) const {return (m_status & n) !=0; }
|
bool testStatus(AddonStatus n) const {return (m_status & n) !=0; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user