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:
@@ -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; \
|
||||
} \
|
||||
|
Reference in New Issue
Block a user