Commit e7acbf11 authored by Max Kellermann's avatar Max Kellermann

output/httpd: fix indent

parent 304d45b5
......@@ -136,7 +136,7 @@ HttpdClient::SendResponse() noexcept
httpd.content_type,
metaint);
response = allocated.c_str();
} else { /* revert to a normal HTTP request */
} else { /* revert to a normal HTTP request */
snprintf(buffer, sizeof(buffer),
"HTTP/1.1 200 OK\r\n"
"Content-Type: %s\r\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment