]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 21 Aug 2020 23:09:01 +0000 (18:09 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 23 Aug 2020 03:15:19 +0000 (22:15 -0500)
src/modules/rlm_test/rlm_test.c

index d89a51f4d6f5c48887ef072f56a7948588c5bd25..6220c8f885976622d9dac7adc93fb51005cb624b 100644 (file)
@@ -38,8 +38,8 @@ RCSID("$Id$")
  *     be used as the instance handle.
  */
 typedef struct {
-       tmpl_t  *tmpl;
-       tmpl_t  **tmpl_m;
+       tmpl_t          *tmpl;
+       tmpl_t          **tmpl_m;
        char const      *string;
        char const      **string_m;