mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix indentation in ftp.c (getftp)
This commit is contained in:
parent
aaefe8bc83
commit
e6713474c0
@ -1,6 +1,7 @@
|
||||
2014-12-04 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
* ftp.c (getftp): Remove a call to assert(1) and replace with error message
|
||||
Also fix indentation
|
||||
|
||||
2014-12-04 Darshit Shah <darnir@gmail.com>
|
||||
|
||||
|
@ -733,7 +733,9 @@ Error in server response, closing control connection.\n"));
|
||||
if (!opt.server_response)
|
||||
logprintf (LOG_VERBOSE, "==> CWD (%d) %s ... ", cwd_count,
|
||||
quotearg_style (escape_quoting_style, target));
|
||||
|
||||
err = ftp_cwd (csock, targ);
|
||||
|
||||
/* FTPRERR, WRITEFAILED, FTPNSFOD */
|
||||
switch (err)
|
||||
{
|
||||
@ -763,13 +765,13 @@ Error in server response, closing control connection.\n"));
|
||||
default:
|
||||
abort ();
|
||||
}
|
||||
|
||||
if (!opt.server_response)
|
||||
logputs (LOG_VERBOSE, _("done.\n"));
|
||||
|
||||
} /* for */
|
||||
|
||||
/* 2004-09-20 SMS. */
|
||||
/* End of deviant indenting. */
|
||||
|
||||
} /* else */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user