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

@ -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;
}