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
|
@ -164,11 +164,11 @@ void UploadFileClientHandler::handleBlockContent(Client *client) {
|
|||
(client->queryParameter("ajax") == "true" ? "/filesAJAX?path=" : "/files?path=") +
|
||||
LocalWebserver::urlEncodeQueryParameterValue(client->queryParameter("path"))
|
||||
);
|
||||
_state = UFH_STOP;
|
||||
_state = UFH_STOP;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// no more content avaiable
|
||||
if (client->noMoreContent()) {
|
||||
// if no file field was found - failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue