change tab to space

This commit is contained in:
Stephan Leemburg 2016-09-10 18:35:31 +02:00
parent 9215c451af
commit 02d89fb4ad

View File

@ -372,7 +372,7 @@ BAD_REQUEST_ERROR:
if (reverse_url != NULL) {
safefree (url);
url = reverse_url;
} else if (config.reverseonly) {
} else if (config.reverseonly) {
indicate_http_error (connptr, 400, "Bad Request",
"detail", "No mapping found for requested url",
"url", url, NULL);