summaryrefslogtreecommitdiff
path: root/docs/examples/ghiper.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-11-23 08:30:18 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-11-24 23:58:22 +0100
commit8657c268e1938c4bd9200b7f5ab69ba156310403 (patch)
tree99d43e4150f9f57a1b62f3439da028fa38e55769 /docs/examples/ghiper.c
parentec0a5c96ac2f31d09651f04c8b24a30d1f6fa118 (diff)
downloadgnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.tar.gz
gnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.tar.bz2
gnurl-8657c268e1938c4bd9200b7f5ab69ba156310403.zip
checksrc: white space edits to comply to stricter checksrc
Diffstat (limited to 'docs/examples/ghiper.c')
-rw-r--r--docs/examples/ghiper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/ghiper.c b/docs/examples/ghiper.c
index 7317a63d8..ce5b147a9 100644
--- a/docs/examples/ghiper.c
+++ b/docs/examples/ghiper.c
@@ -206,7 +206,8 @@ static void remsock(SockInfo *f)
}
/* Assign information to a SockInfo structure */
-static void setsock(SockInfo*f, curl_socket_t s, CURL*e, int act, GlobalInfo*g)
+static void setsock(SockInfo *f, curl_socket_t s, CURL *e, int act,
+ GlobalInfo *g)
{
GIOCondition kind =
(act&CURL_POLL_IN?G_IO_IN:0)|(act&CURL_POLL_OUT?G_IO_OUT:0);