Removed compiler warning by adding missing newline at end of file.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6327 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-10-25 01:11:07 +00:00
parent f4c72bd783
commit 67192a869d
2 changed files with 2 additions and 2 deletions

View File

@ -173,4 +173,4 @@ void MaxSpeed::update(float dt)
} // update
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------

View File

@ -135,4 +135,4 @@ public:
float getCurrentMaxSpeed() const { return m_current_max_speed; }
}; // MaxSpeed
#endif
#endif