]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 29 Sep 2020 21:22:18 +0000 (16:22 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 29 Sep 2020 21:24:52 +0000 (16:24 -0500)
src/lib/server/tmpl_tokenize.c

index ce4ee65a069fc284749fb157fc309faf40c58234..1b3b2c0421841f95c80da84ec573e33880f183d4 100644 (file)
@@ -1308,9 +1308,9 @@ static inline int tmpl_attr_afrom_attr_unresolved_substr(TALLOC_CTX *ctx, tmpl_a
  *     - 0 on success.
  */
 static inline int tmpl_attr_afrom_attr_substr(TALLOC_CTX *ctx, tmpl_attr_error_t *err,
-                                                 tmpl_t *vpt,
-                                                 fr_dict_attr_t const *parent,
-                                                 fr_sbuff_t *name, tmpl_rules_t const *rules, unsigned int depth)
+                                             tmpl_t *vpt,
+                                             fr_dict_attr_t const *parent,
+                                             fr_sbuff_t *name, tmpl_rules_t const *rules, unsigned int depth)
 {
        uint32_t                oid = 0;
        ssize_t                 slen;