]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
remove bogus whitespace
authorYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 18:12:08 +0000 (18:12 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 30 Oct 2008 18:12:08 +0000 (18:12 +0000)
lib/ftp.c

index 363b9a41225c54629b86649a82061382635f5c35..e629cc0b062d3889f30214d7d7ec027294f56a1a 100644 (file)
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -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;
       }