fix whitespace: convert tabs to the annoying spaces used in tp

This commit is contained in:
rofl0r 2021-03-28 20:57:22 +01:00
parent 9df3fa7576
commit 9bce8ec0d6

View File

@ -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;
} }