]> granicus.if.org Git - curl/commit
checksrc: stricter no-space-before-paren enforcement
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Dec 2016 22:34:59 +0000 (23:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Dec 2016 22:39:11 +0000 (23:39 +0100)
commitb228d2952b6762b5c9b851fba0cf391e80c6761a
treed8d52d61b047a31b1c51851f1b48c4dc9cfcd1f4
parent5fad800efdf1cb84f863f3634b85c898fb3d0d66
checksrc: stricter no-space-before-paren enforcement

In order to make the code style more uniform everywhere
81 files changed:
docs/examples/curlx.c
docs/examples/debug.c
docs/examples/evhiperfifo.c
docs/examples/ftpupload.c
docs/examples/ghiper.c
docs/examples/hiperfifo.c
docs/examples/http2-download.c
docs/examples/http2-serverpush.c
docs/examples/http2-upload.c
docs/examples/multi-app.c
docs/examples/multi-debugcallback.c
docs/examples/multi-post.c
docs/examples/postit2.c
docs/examples/smooth-gtk-thread.c
docs/examples/synctime.c
include/curl/curl.h
include/curl/stdcheaders.h
include/curl/typecheck-gcc.h
lib/asyn-ares.c
lib/asyn-thread.c
lib/checksrc.pl
lib/connect.c
lib/content_encoding.c
lib/curl_addrinfo.c
lib/curl_ntlm_core.c
lib/curl_sec.h
lib/curl_threads.c
lib/curl_threads.h
lib/escape.c
lib/formdata.c
lib/ftp.c
lib/ftplistparser.c
lib/getinfo.c
lib/hash.c
lib/hostip.c
lib/hostip.h
lib/http.c
lib/http_chunks.c
lib/http_proxy.c
lib/inet_ntop.c
lib/inet_pton.c
lib/ldap.c
lib/mprintf.c
lib/nwlib.c
lib/nwos.c
lib/rtsp.c
lib/sendf.c
lib/share.h
lib/socks_gssapi.c
lib/ssh.c
lib/strcase.c
lib/strerror.c
lib/telnet.c
lib/tftp.c
lib/transfer.c
lib/url.c
lib/vtls/axtls.c
lib/vtls/cyassl.c
lib/vtls/darwinssl.c
lib/vtls/gskit.c
lib/vtls/gtls.c
lib/vtls/nss.c
lib/vtls/openssl.c
lib/x509asn1.c
src/tool_cb_dbg.c
src/tool_doswin.c
src/tool_getparam.c
src/tool_homedir.c
src/tool_operate.c
src/tool_paramhlp.c
src/tool_urlglob.c
src/tool_writeenv.c
src/tool_writeout.c
tests/libtest/lib506.c
tests/libtest/lib539.c
tests/libtest/lib552.c
tests/libtest/lib586.c
tests/libtest/testtrace.c
tests/server/sockfilt.c
tests/server/util.c
tests/unit/unit1305.c