change tab to space
This commit is contained in:
parent
9215c451af
commit
02d89fb4ad
@ -372,7 +372,7 @@ BAD_REQUEST_ERROR:
|
|||||||
if (reverse_url != NULL) {
|
if (reverse_url != NULL) {
|
||||||
safefree (url);
|
safefree (url);
|
||||||
url = reverse_url;
|
url = reverse_url;
|
||||||
} else if (config.reverseonly) {
|
} else if (config.reverseonly) {
|
||||||
indicate_http_error (connptr, 400, "Bad Request",
|
indicate_http_error (connptr, 400, "Bad Request",
|
||||||
"detail", "No mapping found for requested url",
|
"detail", "No mapping found for requested url",
|
||||||
"url", url, NULL);
|
"url", url, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user