]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: nil: update style guideline to reflect current practice
authorEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 15:53:26 +0000 (15:53 +0000)
committerEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 15:53:26 +0000 (15:53 +0000)
commit3f95283d76220aaf5f323b0ffadd18c14d80e44d
treea2039737eb7387f3e57b8d3af70e2a98a54e8034
parente28a85fc0328883390af394dbc0353a97d207274
parentbd904e88089000f9ea84ef3bd60229a173517c99
[9.18] fix: nil: update style guideline to reflect current practice

The style guide now mentions clang-format, doesn't parenthesize return values, and no longer calls for backward compatibility in public function names.

Backport of MR !9892

Merge branch 'backport-each-style-update-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9897