JANITORIAL: Remove trailing whitespaces

This commit is contained in:
Orgad Shaneh 2021-05-04 11:45:03 +03:00
parent 51f212d9dc
commit a05e54f00c
665 changed files with 5896 additions and 5899 deletions

View file

@ -125,7 +125,7 @@ void SessionRequest::handle() {
if (_contentsStream.write(_buffer, readBytes) != readBytes)
warning("SessionRequest: unable to write all the bytes into MemoryWriteStreamDynamic");
if (_stream->eos()) {
if (_stream->eos()) {
finishSuccess();
}
}