]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use braces
authorAlan T. DeKok <aland@freeradius.org>
Wed, 5 Aug 2020 21:03:37 +0000 (17:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 5 Aug 2020 21:03:37 +0000 (17:03 -0400)
src/lib/unlang/compile.c

index c8fe775923077e48e3f15d01169b8fd824306ca8..51cdf4e4e23181602052ac8c02cc9251969dab31 100644 (file)
@@ -2051,7 +2051,7 @@ static unlang_t *compile_section(unlang_t *parent, unlang_compile_t *unlang_ctx,
        if (mod_type == UNLANG_TYPE_POLICY) {
                MEM(c->debug_name = talloc_typed_asprintf(c, "policy %s", name1));
 
-       else if (!name2) {
+       else if (!name2) {
                c->debug_name = c->name;
 
        } else {