From: Arran Cudbard-Bell Date: Sat, 5 Sep 2015 21:35:33 +0000 (-0400) Subject: Formatting X-Git-Tag: release_3_0_10~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26f83f8fa4886e23bef136f1af10295269fa7077;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/main/xlat.c b/src/main/xlat.c index 891993ea2dc..4b1a9cefa80 100644 --- a/src/main/xlat.c +++ b/src/main/xlat.c @@ -1455,10 +1455,10 @@ static ssize_t xlat_tokenize_literal(TALLOC_CTX *ctx, char *fmt, xlat_exp_t **he xlat_exp_t *next; if (!p[1] || !strchr("%dlmntDGHISTYv", p[1])) { - talloc_free(node); - *error = "Invalid variable expansion"; - p++; - return - (p - fmt); + talloc_free(node); + *error = "Invalid variable expansion"; + p++; + return - (p - fmt); } next = talloc_zero(node, xlat_exp_t);