mirror of
https://github.com/curl/curl.git
synced 2026-08-10 19:40:54 +03:00
docs/examples: remove spurious white spaces all over
... to please the new, slightly picker, checksrc.pl
This commit is contained in:
parent
3d94a113e9
commit
6ddab23fb1
12 changed files with 31 additions and 31 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue