]> granicus.if.org Git - curl/commit
Improve code readbility
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 10 Mar 2017 13:28:37 +0000 (14:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Mar 2017 22:11:45 +0000 (23:11 +0100)
commit66de563482c0fd4324e1eae19809d2499e3c4fa8
treebf3178878ebe2461388e8fec01e321173ffe30f8
parentdb87bcfcf21f8c3b8188d0c5ab82faf804ffd5ea
Improve code readbility

... by removing the else branch after a return, break or continue.

Closes #1310
37 files changed:
lib/connect.c
lib/content_encoding.c
lib/cookie.c
lib/curl_addrinfo.c
lib/curl_fnmatch.c
lib/easy.c
lib/escape.c
lib/file.c
lib/formdata.c
lib/ftp.c
lib/ftplistparser.c
lib/hash.c
lib/hostcheck.c
lib/http.c
lib/http_proxy.c
lib/mprintf.c
lib/multi.c
lib/nonblock.c
lib/progress.c
lib/rtsp.c
lib/sendf.c
lib/socks.c
lib/speedcheck.c
lib/splay.c
lib/ssh.c
lib/strcase.c
lib/telnet.c
lib/tftp.c
lib/timeval.c
lib/transfer.c
lib/url.c
lib/vtls/openssl.c
lib/vtls/vtls.c
src/tool_cb_hdr.c
src/tool_getparam.c
src/tool_getpass.c
src/tool_util.c