clang-modernize -use-nullptr for ucs/clientlist.cpp

This commit is contained in:
Michael Cook (mackal) 2015-01-09 13:18:49 -05:00
parent f3f9997adf
commit bf9b126eef

View File

@ -618,7 +618,7 @@ void Clientlist::Process() {
continue;
}
EQApplicationPacket *app = 0;
EQApplicationPacket *app = nullptr;
bool KeyValid = true;