mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
Use ControlStatementsExceptControlMacros for SpaceBeforeParens
> Put a space before opening parentheses only after control statement > keywords (for/if/while...) except this option doesn’t apply to ForEach > and If macros. This is useful in projects where ForEach/If macros are > treated as function calls instead of control statements.
This commit is contained in:
@@ -592,7 +592,7 @@ process_section(const section_filter_t *filter) {
|
||||
|
||||
dns_message_t *message = qctx->client->message;
|
||||
|
||||
MSG_SECTION_FOREACH (message, section, cur) {
|
||||
MSG_SECTION_FOREACH(message, section, cur) {
|
||||
if (name != NULL && !dns_name_equal(name, cur)) {
|
||||
/*
|
||||
* We only want to process 'name' and this is not it.
|
||||
|
Reference in New Issue
Block a user