Fixed 'No newline at end of file' warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12362 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-01-15 06:28:41 +00:00
parent 1e02f1f4cd
commit 9c0e002f0a
7 changed files with 7 additions and 7 deletions

View File

@ -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
} // get

View File

@ -195,4 +195,4 @@ void ModelViewWidget::clearRttProvider()
{
delete m_rtt_provider;
m_rtt_provider = NULL;
}
}

View File

@ -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
}
}
}

View File

@ -296,4 +296,4 @@ void OverWorld::onMouseClick(int x, int y)
moveKartAfterRescue(kart, angle);
return;
}
} // onMouseClick
} // onMouseClick

View File

@ -43,4 +43,4 @@ FILE* ReplayBase::openReplayFile(bool writeable)
}
return fd;
} // openReplayFilen
} // openReplayFilen

View File

@ -829,4 +829,4 @@ MusicInformation* FeatureUnlockedCutScene::getInGameMenuMusic() const
{
MusicInformation* mi = music_manager->getMusicInformation("win_theme.music");
return mi;
}
}

View File

@ -1000,4 +1000,4 @@ void RaceResultGUI::displayHighScores()
false, false, NULL, true /* ignoreRTL */);
}
}
}
}