diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:51:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:52:34 +0200 |
commit | 6ddab23fb1e27e0ea938c8ec448f620295149c9d (patch) | |
tree | 3207247960bdd4e151434c33f896bd66110f125a /docs/examples/smooth-gtk-thread.c | |
parent | 3d94a113e90af20b1b894dc931d4422fea405490 (diff) | |
download | curl-6ddab23fb1e27e0ea938c8ec448f620295149c9d.tar.gz |
docs/examples: remove spurious white spaces all over
... to please the new, slightly picker, checksrc.pl
Diffstat (limited to 'docs/examples/smooth-gtk-thread.c')
-rw-r--r-- | docs/examples/smooth-gtk-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smooth-gtk-thread.c b/docs/examples/smooth-gtk-thread.c index 8756494c1..547cc0f30 100644 --- a/docs/examples/smooth-gtk-thread.c +++ b/docs/examples/smooth-gtk-thread.c @@ -81,7 +81,7 @@ void *pull_one_url(void *NaN) g_strdup_printf("xoap.weather.com/weather/local/%s?cc=*&dayf=5&unit=i\n", urls[j]); - printf( "http %s", http ); + printf("http %s", http); curl = curl_easy_init(); if(curl) { |