Misc formatting changes

This commit is contained in:
Akkadius 2015-01-24 23:49:29 -06:00
parent 06b8ce6017
commit 60e17bbeaa
3 changed files with 16 additions and 21 deletions

View File

@ -79,10 +79,11 @@ void Database::DBInitVars() {
varcache_max = 0;
varcache_lastupdate = 0;
}
/*
/*
Close the connection to the database
*/
Database::~Database()
{
unsigned int x;

View File

@ -261,17 +261,11 @@ private:
VarCache_Struct** varcache_array;
uint32 varcache_lastupdate;
/*
* Groups, utility methods.
*/
/* Groups, utility methods. */
void ClearAllGroupLeaders();
void ClearAllGroups();
/*
* Raid, utility methods.
*/
/* Raid, utility methods. */
void ClearAllRaids();
void ClearAllRaidDetails();
void ClearAllRaidLeaders();