From: Alan T. DeKok Date: Thu, 28 Jul 2022 13:41:28 +0000 (-0400) Subject: whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54892e009981d2673b1eeea47adc2f28fd369bde;p=thirdparty%2Ffreeradius-server.git whitespace --- diff --git a/src/lib/unlang/edit.c b/src/lib/unlang/edit.c index 4707ee7f765..adf0fbd2bf0 100644 --- a/src/lib/unlang/edit.c +++ b/src/lib/unlang/edit.c @@ -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; }