]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 9 Apr 2018 13:25:14 +0000 (19:25 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 9 Apr 2018 13:25:27 +0000 (19:25 +0600)
src/lib/util/dict.c

index 3b58a18bca6b98b1b6c952f6a54cd64c316317d2..3b399cb987a6533266c3de58ddaa0e7fd99eba38 100644 (file)
@@ -4433,10 +4433,11 @@ static int _dict_from_file(dict_from_file_ctx_t *ctx,
        if ((fp = fopen(fn, "r")) == NULL) {
                if (!src_file) {
                        fr_strerror_printf_push("%s: Couldn't open dictionary '%s': %s",
-                                          "Error reading dictionary", fn, fr_syserror(errno));
+                                               "Error reading dictionary", fn, fr_syserror(errno));
                } else {
                        fr_strerror_printf_push("%s: %s[%d]: Couldn't open dictionary '%s': %s",
-                                          "Error reading dictionary", src_file, src_line, fn, fr_syserror(errno));
+                                               "Error reading dictionary", src_file, src_line, fn,
+                                               fr_syserror(errno));
                }
                return -2;
        }