modernize with clang-tidy

This commit is contained in:
badaix 2019-09-25 19:02:33 +02:00
parent e0d25d02ab
commit 8b231c7cc6
54 changed files with 182 additions and 196 deletions

View file

@ -94,7 +94,7 @@ void ControlServer::onMessageReceived(ControlSession* connection, const std::str
}
else
{
if (controlMessageReceiver_ != NULL)
if (controlMessageReceiver_ != nullptr)
controlMessageReceiver_->onMessageReceived(connection, message);
}
}