Commit d736ac51 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

stripped trailing whitespace

parent e8b295ff
Loading
Loading
Loading
Loading
+10 −6
Original line number Diff line number Diff line
@@ -52,7 +52,11 @@ int main(void)

  curl = curl_easy_init();
  if(curl) {
    /* Get curl 7.9.2 from sunet.se's FTP site: */
    /*
     * Get curl 7.9.2 from sunet.se's FTP site. curl 7.9.2 is most likely not
     * present there by the time you read this, so you'd better replace the
     * URL with one that works!
     */
    curl_easy_setopt(curl, CURLOPT_URL,
                     "ftp://ftp.sunet.se/pub/www/utilities/curl/curl-7.9.2.tar.gz");
    /* Define our callback to get called when there's data to be written */
+5 −5

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.