Enforce source style: add svn props and convert tabs to spaces.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9212 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2011-07-10 00:16:06 +00:00
parent 49ea3a9cf9
commit 6b9a1bad85

View File

@ -430,7 +430,7 @@ public:
/** Returns if the kart is currently being squashed. */
bool isSquashed() const { return m_squash_time >0; }
// ------------------------------------------------------------------------
bool isWheeless() const {return m_kart_model->getWheelModel(0)==NULL;}
bool isWheeless() const {return m_kart_model->getWheelModel(0)==NULL;}
}; // Kart