mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:53:38 +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
|
|
@ -107,7 +107,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_URL, "http://99.99.99.99:9999");
|
||||
|
||||
/* Create the socket "manually" */
|
||||
if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) == CURL_SOCKET_BAD ) {
|
||||
if((sockfd = socket(AF_INET, SOCK_STREAM, 0)) == CURL_SOCKET_BAD) {
|
||||
printf("Error creating listening socket.\n");
|
||||
return 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue