Fix trailing whitespace
This commit is contained in:
parent
b6524985df
commit
8b73356b2d
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ int main(int argc, char **argv)
|
||||||
res.set_content("Invalid request", "text/plain");
|
res.set_content("Invalid request", "text/plain");
|
||||||
} else {
|
} else {
|
||||||
res.set_content("File Not Found", "text/plain");
|
res.set_content("File Not Found", "text/plain");
|
||||||
res.status = 404;
|
res.status = 404;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
// set timeouts and change hostname and port
|
// set timeouts and change hostname and port
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue