From: Arran Cudbard-Bell Date: Tue, 30 Nov 2021 19:08:16 +0000 (-0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63349314a96ab2c14f72f465e74bbad8208d73fd;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/server/tmpl_tokenize.c b/src/lib/server/tmpl_tokenize.c index 433100e94b7..f3023436a46 100644 --- a/src/lib/server/tmpl_tokenize.c +++ b/src/lib/server/tmpl_tokenize.c @@ -2822,8 +2822,8 @@ tmpl_t *tmpl_copy(TALLOC_CTX *ctx, tmpl_t const *in) /* * If the tmpl contains a _compiled_ regex - * then convert it back to an uncompiled - * regex and recompile. + * then convert it back to an uncompiled + * regex and recompile. * * Most of the regex libraries don't allow * copying compiled expressions.