JANITORIAL: Remove spaces at the end of the line
I knew there were some, but I wanted to fix them once, instead of doing it all the time.
This commit is contained in:
parent
01161ae7dd
commit
438ba985a4
100 changed files with 344 additions and 344 deletions
|
@ -111,7 +111,7 @@ bool Client::readBlockContent(Common::WriteStream *stream) {
|
|||
return _reader.readBlockContent(stream);
|
||||
}
|
||||
|
||||
void Client::setHandler(ClientHandler *handler) {
|
||||
void Client::setHandler(ClientHandler *handler) {
|
||||
if (_handler) {
|
||||
if (_previousHandler) delete _previousHandler;
|
||||
_previousHandler = _handler; //can't just delete it, as setHandler() could've been called by handler itself
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue