2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Fixup the missing clang-format bits

This commit is contained in:
Ondřej Surý
2020-02-16 17:34:24 +01:00
parent cbb127eb43
commit 3832e3ecc9
5 changed files with 50 additions and 56 deletions

View File

@@ -938,10 +938,9 @@ getrdata(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
#define DO_ERROR(r) \
do { \
if (best_effort) \
if (best_effort) { \
seen_problem = true; \
else \
{ \
} else { \
result = r; \
goto cleanup; \
} \