Style fixes.
This commit is contained in:
@@ -1822,7 +1822,8 @@ void cRankManager::ClearPlayerRanks(void)
|
||||
ASSERT(m_IsInitialized);
|
||||
cCSLock Lock(m_CS);
|
||||
|
||||
try {
|
||||
try
|
||||
{
|
||||
SQLite::Statement stmt(m_DB, "DELETE FROM PlayerRank");
|
||||
stmt.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user