]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
corrected minor source indentation error
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Aug 2001 14:10:19 +0000 (14:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Aug 2001 14:10:19 +0000 (14:10 +0000)
lib/transfer.c

index 6e649f734ca1e9b5b14fd640dab0b5eb77434056..dd8c19e68d5cd7e3562db3c2ca19e8268e179af5 100644 (file)
@@ -524,7 +524,7 @@ Transfer(struct connectdata *c_conn)
                 conn->size = contentlength;
                 Curl_pgrsSetDownloadSize(data, contentlength);
               }
-                         else if((httpversion == 10) &&
+              else if((httpversion == 10) &&
                       conn->bits.httpproxy &&
                       compareheader(p, "Proxy-Connection:", "keep-alive")) {
                 /*
@@ -536,7 +536,7 @@ Transfer(struct connectdata *c_conn)
                 conn->bits.close = FALSE; /* don't close when done */
                 infof(data, "HTTP/1.0 proxy connection set to keep alive!\n");
               }
-                         else if((httpversion == 10) &&
+              else if((httpversion == 10) &&
                       compareheader(p, "Connection:", "keep-alive")) {
                 /*
                  * A HTTP/1.0 reply with the 'Connection: keep-alive' line