bind9/lib/isc/include
Evan Hunt 6b33b7fc77 switch to RETERR where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                return result;
        }

with:

        RETERR(<statement>);
2025-12-03 13:45:43 -08:00
..
isc switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00