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