]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Update clang-format style with options added in newer versions alessio/clang-format
authorOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 06:00:20 +0000 (08:00 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Aug 2025 06:00:20 +0000 (08:00 +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) {`.

Merge branch 'ondrej/update-clang-format' into 'main'

See merge request isc-projects/bind9!10863


Trivial merge