mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-26 03:12:16 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
return result;
}
with:
RETERR(<statement>);
|
||
|---|---|---|
| .. | ||
| isc | ||
| .clang-format | ||