From: Alan T. DeKok Date: Wed, 19 Mar 2025 10:59:34 +0000 (+0700) Subject: whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7cca1981a30b3cf36feaeeedf6492d7271ea2d;p=thirdparty%2Ffreeradius-server.git whitespace --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 7b55fed9e47..45a3f964ee8 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -3337,7 +3337,7 @@ static unlang_t *compile_foreach(unlang_t *parent, unlang_compile_t *unlang_ctx, if (fr_type_is_leaf(type)) goto get_name; } - cf_log_err(cs, "Unable to determine return data type from dynamic expansion"); + cf_log_err(cs, "Unable to determine return data type from dynamic expansion"); return NULL; }