Fix weird indentation.

This commit is contained in:
Dag-Erling Smørgrav 2012-11-16 12:31:43 +00:00
parent 73cb2f38f2
commit eab7a548ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243149

View File

@ -1752,11 +1752,11 @@ http_request(struct url *URL, const char *op, struct url_stat *us,
/* get headers. http_next_header expects one line readahead */
if (fetch_getln(conn) == -1) {
fetch_syserr();
goto ouch;
fetch_syserr();
goto ouch;
}
do {
switch ((h = http_next_header(conn, &headerbuf, &p))) {
switch ((h = http_next_header(conn, &headerbuf, &p))) {
case hdr_syserror:
fetch_syserr();
goto ouch;
@ -1785,7 +1785,7 @@ http_request(struct url *URL, const char *op, struct url_stat *us,
conn->err != HTTP_USE_PROXY) {
n = 1;
break;
}
}
if (new)
free(new);
if (verbose)