X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fhttp2-serverpush.c;h=1a8c69b7d707376705228fab7a00ab74652ada9e;hb=88d478478059f53e6de0d1267c3a1e6b02c4273f;hp=ecd9cc5d40ee6022087839049181236c9c133ead;hpb=e9bdad71c8277e20607fa1eaf0027d53a0dc1f37;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/http2-serverpush.c b/docs/examples/http2-serverpush.c index ecd9cc5..1a8c69b 100644 --- a/docs/examples/http2-serverpush.c +++ b/docs/examples/http2-serverpush.c @@ -93,7 +93,7 @@ int my_trace(CURL *handle, curl_infotype type, const char *text; (void)handle; /* prevent compiler warning */ (void)userp; - switch(type) { + switch (type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); default: /* in case a new one is introduced to shock us */