remove bogus whitespace

This commit is contained in:
Yang Tse 2008-10-30 18:12:08 +00:00
parent 33319f5d2d
commit 625c107c25
1 changed files with 2 additions and 2 deletions

View File

@ -875,7 +875,7 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
* IPv6-specific section
*/
struct Curl_sockaddr_storage ss;
Curl_ addrinfo *res, *ai;
Curl_addrinfo *res, *ai;
socklen_t sslen;
char hbuf[NI_MAXHOST];
struct sockaddr *sa=(struct sockaddr *)&ss;
@ -1541,7 +1541,7 @@ static CURLcode ftp_state_ul_setup(struct connectdata *conn,
curl_off_t readthisamountnow = data->state.resume_from;
if(conn->seek_func(conn->seek_client,
readthisamountnow, SEEK_SET) != 0) {
readthisamountnow, SEEK_SET) != 0) {
failf(data, "Could not seek stream");
return CURLE_FTP_COULDNT_USE_REST;
}