2
0
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:
Ondřej Surý
2025-08-19 07:14:45 +02:00
parent d051e1e8f8
commit 42496f3f4a
103 changed files with 910 additions and 908 deletions

View File

@@ -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.