summaryrefslogtreecommitdiff
path: root/src/output
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-06-05 21:53:43 +0200
committerMax Kellermann <max@musicpd.org>2019-06-05 21:53:43 +0200
commite7acbf112c5bf6842810922e404a68d5fc629237 (patch)
tree4ab81952de6bab32329cdc239c73d1a8a738bb31 /src/output
parent304d45b55133856fc1bff4826f6d548d90b85cb5 (diff)
output/httpd: fix indent
Diffstat (limited to 'src/output')
-rw-r--r--src/output/plugins/httpd/HttpdClient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdClient.cxx b/src/output/plugins/httpd/HttpdClient.cxx
index db602b955..27e1320d4 100644
--- a/src/output/plugins/httpd/HttpdClient.cxx
+++ b/src/output/plugins/httpd/HttpdClient.cxx
@@ -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"