[8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalph

--HG--
branch : trunk
This commit is contained in:
megamage
2009-07-31 11:37:03 +08:00
parent 70e31cce3f
commit bf989ce073
3 changed files with 3 additions and 3 deletions

View File

@@ -475,4 +475,4 @@ void ReputationMgr::UpdateRankCounters( ReputationRank old_rank, ReputationRank
++m_reveredFactionCount;
if(new_rank >= REP_HONORED)
++m_honoredFactionCount;
}
}