diff --git a/src/animations/ipo.cpp b/src/animations/ipo.cpp index 18992c7b7..66973f587 100644 --- a/src/animations/ipo.cpp +++ b/src/animations/ipo.cpp @@ -490,4 +490,4 @@ float Ipo::get(float time, unsigned int index) const time >=m_ipo_data->m_points[m_next_n].getW()) m_next_n++; return m_ipo_data->get(time, index, m_next_n-1); -} // get \ No newline at end of file +} // get diff --git a/src/guiengine/widgets/model_view_widget.cpp b/src/guiengine/widgets/model_view_widget.cpp index c843d117e..c8fa2a595 100644 --- a/src/guiengine/widgets/model_view_widget.cpp +++ b/src/guiengine/widgets/model_view_widget.cpp @@ -195,4 +195,4 @@ void ModelViewWidget::clearRttProvider() { delete m_rtt_provider; m_rtt_provider = NULL; -} \ No newline at end of file +} diff --git a/src/items/swatter.cpp b/src/items/swatter.cpp index 109b40255..b40abe4f7 100644 --- a/src/items/swatter.cpp +++ b/src/items/swatter.cpp @@ -342,4 +342,4 @@ const core::stringw Swatter::getHitString(const AbstractKart *kart) const case 2 : return _LTR("%s feels flat today"); default: assert(false); return L""; // avoid compiler warning } -} \ No newline at end of file +} diff --git a/src/modes/overworld.cpp b/src/modes/overworld.cpp index d7273ac3e..3201f240a 100644 --- a/src/modes/overworld.cpp +++ b/src/modes/overworld.cpp @@ -296,4 +296,4 @@ void OverWorld::onMouseClick(int x, int y) moveKartAfterRescue(kart, angle); return; } -} // onMouseClick \ No newline at end of file +} // onMouseClick diff --git a/src/replay/replay_base.cpp b/src/replay/replay_base.cpp index e17d1087c..90feef953 100644 --- a/src/replay/replay_base.cpp +++ b/src/replay/replay_base.cpp @@ -43,4 +43,4 @@ FILE* ReplayBase::openReplayFile(bool writeable) } return fd; -} // openReplayFilen \ No newline at end of file +} // openReplayFilen diff --git a/src/states_screens/feature_unlocked.cpp b/src/states_screens/feature_unlocked.cpp index e4ca6d3c4..97f83978a 100644 --- a/src/states_screens/feature_unlocked.cpp +++ b/src/states_screens/feature_unlocked.cpp @@ -829,4 +829,4 @@ MusicInformation* FeatureUnlockedCutScene::getInGameMenuMusic() const { MusicInformation* mi = music_manager->getMusicInformation("win_theme.music"); return mi; -} \ No newline at end of file +} diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index 3f07d51fb..109ee071d 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -1000,4 +1000,4 @@ void RaceResultGUI::displayHighScores() false, false, NULL, true /* ignoreRTL */); } } -} \ No newline at end of file +}