From: Alan T. DeKok Date: Fri, 30 Jun 2017 15:58:21 +0000 (-0400) Subject: add missing REXDENT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2018df1092d451a3507930e8b3d44575bf0d0dd;p=thirdparty%2Ffreeradius-server.git add missing REXDENT --- diff --git a/src/main/xlat_func.c b/src/main/xlat_func.c index 5dba81f1553..b5bc08bb1a3 100644 --- a/src/main/xlat_func.c +++ b/src/main/xlat_func.c @@ -422,6 +422,8 @@ static ssize_t xlat_debug_attr(UNUSED TALLOC_CTX *ctx, UNUSED char **out, UNUSED type++; } } + REXDENT(); + talloc_free(vpt); return 0;