]> 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 11:27:22 +0000 (12:27 +0100)
commit3873b0c279b782fbbb7b7e544fc4151624610385
treeab20e28db78e83607afdbfb8f13a7d8fcfef7d7b
parent63ee8979a7c2807f07ef97afcdad0437113a64e3
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).
.clang-format
.clang-format.headers