fix whitespace: convert tabs to the annoying spaces used in tp
This commit is contained in:
parent
9df3fa7576
commit
9bce8ec0d6
@ -390,7 +390,7 @@ BAD_REQUEST_ERROR:
|
|||||||
if (reverse_url != NULL) {
|
if (reverse_url != NULL) {
|
||||||
if (reverse_status == 301) {
|
if (reverse_status == 301) {
|
||||||
char buf[PATH_MAX];
|
char buf[PATH_MAX];
|
||||||
snprintf(buf, sizeof buf, "Location: %s\r\n", reverse_url);
|
snprintf (buf, sizeof buf, "Location: %s\r\n", reverse_url);
|
||||||
send_http_headers (connptr, 301, "Moved Permanently", buf);
|
send_http_headers (connptr, 301, "Moved Permanently", buf);
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user