]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add new clang-format option to remove redundant parentheses
authorOndřej Surý <ondrej@isc.org>
Tue, 19 Nov 2024 09:35:40 +0000 (10:35 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Nov 2024 15:06:12 +0000 (16:06 +0100)
commit1f06229c7ef2a7cf92a4aaaffd30d794622fd12f
tree46e91d2405c2f2e496da3a2beb1f22fa09aa04f3
parent1303fe5ea06e464f84dc3896bf5e055411a6b41e
Add new clang-format option to remove redundant parentheses

The new clang-format option (since 17) can remove redundant parentheses
in the return statement (with configuration value ReturnStatement).

(cherry picked from commit 3873b0c279b782fbbb7b7e544fc4151624610385)
.clang-format
.clang-format.headers