output/httpd: fix indent

This commit is contained in:
Max Kellermann 2019-06-05 21:53:43 +02:00
parent 304d45b551
commit e7acbf112c
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ HttpdClient::SendResponse() noexcept
httpd.content_type, httpd.content_type,
metaint); metaint);
response = allocated.c_str(); response = allocated.c_str();
} else { /* revert to a normal HTTP request */ } else { /* revert to a normal HTTP request */
snprintf(buffer, sizeof(buffer), snprintf(buffer, sizeof(buffer),
"HTTP/1.1 200 OK\r\n" "HTTP/1.1 200 OK\r\n"
"Content-Type: %s\r\n" "Content-Type: %s\r\n"