From: Arran Cudbard-Bell Date: Mon, 9 Apr 2018 13:25:14 +0000 (+0600) Subject: Formatting X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65cefe21ec161bdecb100456349d7a7d8f17c64d;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/lib/util/dict.c b/src/lib/util/dict.c index 3b58a18bca6..3b399cb987a 100644 --- a/src/lib/util/dict.c +++ b/src/lib/util/dict.c @@ -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; }