From e7acbf112c5bf6842810922e404a68d5fc629237 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Jun 2019 21:53:43 +0200 Subject: [PATCH] output/httpd: fix indent --- src/output/plugins/httpd/HttpdClient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"