mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 02:31:03 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -54,7 +54,7 @@ void TimeoutManager::CheckTimeouts() {
|
||||
void TimeoutManager::AddMember(Timeoutable *who) {
|
||||
if(who == nullptr)
|
||||
return;
|
||||
|
||||
|
||||
DeleteMember(who); //just in case... prolly not needed.
|
||||
members.push_back(who);
|
||||
#ifdef TIMEOUT_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user