]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Whitespace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 8 Oct 2021 21:21:27 +0000 (16:21 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 8 Oct 2021 22:19:46 +0000 (17:19 -0500)
src/protocols/radius/encode.c

index de574b10cf5fd358cdd681018d04ecb5f1563fd7..0cd5065adff2c72354572cbe12243de9452749cf 100644 (file)
@@ -1329,7 +1329,7 @@ static ssize_t encode_nas_filter_rule(fr_dbuff_t *dbuff,
 
        vp = fr_dcursor_current(cursor);
        fr_proto_da_stack_build(da_stack, vp ? vp->da : NULL);
-               
+
        return fr_dbuff_set(dbuff, &work_dbuff);
 }