]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
whitespace
authorAlan T. DeKok <aland@freeradius.org>
Thu, 28 Jul 2022 13:41:28 +0000 (09:41 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 29 Jul 2022 01:58:14 +0000 (21:58 -0400)
src/lib/unlang/edit.c

index 4707ee7f76531bccec6754e9fe9502d862341e86..adf0fbd2bf01c9c4f1aba6713c652944701c5d27 100644 (file)
@@ -682,7 +682,7 @@ redo:
 
                                        fr_assert(tmpl_is_attr(current->lhs.vpt));
                                        if (tmpl_find_vp(&ref, request, current->lhs.vpt) < 0) {
-                                               REDEBUG("Failed to find %s", current->lhs.vpt->name);                                           
+                                               REDEBUG("Failed to find %s", current->lhs.vpt->name);
                                                goto error;
                                        }