]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 Oct 2025 20:59:48 +0000 (14:59 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 7 Nov 2025 01:35:18 +0000 (17:35 -0800)
src/lib/unlang/xlat_redundant.c

index dd4aeea73bca5de26b8ced9a2de606e247f38b5e..e6eddb81fcbbfbb1121ad63b9a229b29ff93b941 100644 (file)
@@ -254,11 +254,11 @@ static xlat_exp_t *xlat_exp_func_alloc(TALLOC_CTX *ctx, xlat_t const *func, xlat
                arg = xlat_exp_head(node->call.args);
 
                for (arg_p = node->call.func->args; arg_p->type != FR_TYPE_NULL; arg_p++) {
-                       if (!arg) break;
+                       if (!arg) break;
 
                        xlat_mark_safe_for(arg->group, arg_p->safe_for);
 
-                       arg = xlat_exp_next(node->call.args, arg);
+                       arg = xlat_exp_next(node->call.args, arg);
                }
        }