]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use ControlStatementsExceptControlMacros for SpaceBeforeParens
authorOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 05:14:45 +0000 (07:14 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 05:58:33 +0000 (07:58 +0200)
commit42496f3f4a8802c0ba8033a1bcabc8bebf5b0087
treeb6220bfe11f3de7318e9a31eccf95229be661238
parentd051e1e8f8eea1400191e0fd20641394b7d438be
Use ControlStatementsExceptControlMacros for SpaceBeforeParens

> Put a space before opening parentheses only after control statement
> keywords (for/if/while...) except this option doesn’t apply to ForEach
> and If macros. This is useful in projects where ForEach/If macros are
> treated as function calls instead of control statements.
103 files changed:
.clang-format
.clang-format.headers
bin/check/check-tool.c
bin/check/named-checkconf.c
bin/delv/delv.c
bin/dig/dig.c
bin/dig/dighost.c
bin/dig/host.c
bin/dig/nslookup.c
bin/dnssec/dnssec-cds.c
bin/dnssec/dnssec-dsfromkey.c
bin/dnssec/dnssec-importkey.c
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-ksr.c
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssectool.c
bin/named/builtin.c
bin/named/config.c
bin/named/controlconf.c
bin/named/logconf.c
bin/named/server.c
bin/named/statschannel.c
bin/named/transportconf.c
bin/named/tsigconf.c
bin/named/zoneconf.c
bin/nsupdate/nsupdate.c
bin/plugins/filter-a.c
bin/plugins/filter-aaaa.c
bin/rndc/rndc.c
bin/tests/system/dyndb/driver/syncptr.c
bin/tools/mdig.c
lib/dns/acl.c
lib/dns/adb.c
lib/dns/cache.c
lib/dns/catz.c
lib/dns/client.c
lib/dns/db.c
lib/dns/diff.c
lib/dns/dispatch.c
lib/dns/dlz.c
lib/dns/dns64.c
lib/dns/dnssec.c
lib/dns/dyndb.c
lib/dns/forward.c
lib/dns/journal.c
lib/dns/kasp.c
lib/dns/keymgr.c
lib/dns/keystore.c
lib/dns/keytable.c
lib/dns/master.c
lib/dns/masterdump.c
lib/dns/message.c
lib/dns/ncache.c
lib/dns/nsec.c
lib/dns/nsec3.c
lib/dns/order.c
lib/dns/peer.c
lib/dns/private.c
lib/dns/qp.c
lib/dns/qpzone.c
lib/dns/rdatalist.c
lib/dns/rdataset.c
lib/dns/request.c
lib/dns/resconf.c
lib/dns/resolver.c
lib/dns/rootns.c
lib/dns/rrl.c
lib/dns/skr.c
lib/dns/ssu.c
lib/dns/tkey.c
lib/dns/update.c
lib/dns/validator.c
lib/dns/view.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/dns/zoneverify.c
lib/isc/httpd.c
lib/isc/job.c
lib/isc/log.c
lib/isc/mem.c
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr.c
lib/isc/ratelimiter.c
lib/isc/tls.c
lib/isccfg/aclconf.c
lib/isccfg/check.c
lib/isccfg/kaspconf.c
lib/isccfg/parser.c
lib/ns/client.c
lib/ns/hooks.c
lib/ns/interfacemgr.c
lib/ns/listenlist.c
lib/ns/query.c
lib/ns/server.c
lib/ns/update.c
lib/ns/xfrout.c
tests/dns/dbdiff_test.c
tests/dns/dbiterator_test.c
tests/dns/diff_test.c
tests/dns/sigs_test.c
tests/dns/skr_test.c
tests/isccfg/duration_test.c
tests/libtest/qp.c