From: Sterling Hughes Date: Thu, 15 Nov 2001 14:16:13 +0000 (+0000) Subject: looks better on one line (testing the cvs diffing via mail, but I also think X-Git-Tag: curl-7_9_2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d62e210729fd6f4a5816e80d0c981b212022ce7;p=curl looks better on one line (testing the cvs diffing via mail, but I also think this looks a bit better ;) --- diff --git a/lib/ftp.c b/lib/ftp.c index 934147497..6450a44e8 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -636,8 +636,7 @@ CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) if (item->data) { FTPSENDF(conn, "%s", item->data); - nread = Curl_GetFTPResponse( - conn->data->state.buffer, conn, &ftpcode); + nread = Curl_GetFTPResponse(conn->data->state.buffer, conn, &ftpcode); if (nread < 0) return CURLE_OPERATION_TIMEOUTED;