]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] chg: dev: Update clang-format style with options added in newer versions backport-3769-migrate-zsk-ksk-plit-9.18
authorOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 06:48:06 +0000 (08:48 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 06:48:06 +0000 (08:48 +0200)
Add and apply InsertBraces statement to add missing curly braces around one-line statements and use ControlStatementsExceptControlMacros for SpaceBeforeParens to remove space between foreach macro and the brace, e.g. `FOREACH (x) {` becomes `FOREACH(x) {`.

Backport of MR !10863

Merge branch 'backport-ondrej/update-clang-format-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10865


Trivial merge