docs/examples: remove spurious white spaces all over

... to please the new, slightly picker, checksrc.pl
This commit is contained in:
Daniel Stenberg 2016-04-03 22:51:52 +02:00
parent 3d94a113e9
commit 6ddab23fb1
12 changed files with 31 additions and 31 deletions

View file

@ -187,7 +187,7 @@ static int server_push_callback(CURL *parent,
headp = curl_pushheader_byname(headers, ":path");
if(headp) {
fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */ );
fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */);
}
(*transfers)++; /* one more */