]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Sep 2017 14:31:18 +0000 (21:31 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Sep 2017 14:31:18 +0000 (21:31 +0700)
src/main/tmpl.c

index 3a974a0508fd9987000437f3fb8f945fb6723a7d..e0974960dc9f94f1421fa57acdf0b961c645ce34 100644 (file)
@@ -2090,7 +2090,7 @@ static void *_tmpl_cursor_next(void **prev, void *curr, void *ctx)
                        /* Not enough entries */
                        if (num >= 0) goto null_result;
                        *prev = fp;
-                        return fc;
+                       return fc;
                }
 
                break;