]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Sep 2015 21:35:33 +0000 (17:35 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 5 Sep 2015 21:43:52 +0000 (17:43 -0400)
src/main/xlat.c

index 891993ea2dcfc8e343a16f053103429562f1bb66..4b1a9cefa8010c246a5bc17503f0386619f45aee 100644 (file)
@@ -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);