X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fghiper.c;h=7317a63d802e47cfd24d530f6a49e3e40800a461;hb=3e62527ed71a7a362d7ec321e7f026edab35f8e2;hp=f78a943b96c8e3f503eee977cbb4b615abc10a93;hpb=0a710b32648c435f792f5993fdefa2d96f802580;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/ghiper.c b/docs/examples/ghiper.c index f78a943..7317a63 100644 --- a/docs/examples/ghiper.c +++ b/docs/examples/ghiper.c @@ -247,7 +247,7 @@ static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp) if(!fdp) { MSG_OUT("Adding data: %s%s\n", what&CURL_POLL_IN?"READ":"", - what&CURL_POLL_OUT?"WRITE":"" ); + what&CURL_POLL_OUT?"WRITE":""); addsock(s, e, what, g); } else { @@ -279,7 +279,7 @@ static int prog_cb (void *p, double dltotal, double dlnow, double ult, } /* Create a new easy handle, and add it to the global curl_multi */ -static void new_conn(char *url, GlobalInfo *g ) +static void new_conn(char *url, GlobalInfo *g) { ConnInfo *conn; CURLMcode rc;