Fix trailing whitespace

This commit is contained in:
Martin Krasser 2023-08-08 09:44:28 +02:00
parent b6524985df
commit 8b73356b2d

View file

@ -1383,7 +1383,7 @@ int main(int argc, char **argv)
res.set_content("Invalid request", "text/plain");
} else {
res.set_content("File Not Found", "text/plain");
res.status = 404;
res.status = 404;
} });
// set timeouts and change hostname and port