From: Tomas Mraz Date: Fri, 28 Apr 2017 08:24:58 +0000 (+0200) Subject: Fix misleading indentation. X-Git-Tag: cronie-1.5.2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c71e16bbceb2e2281e3738d2555826421e5422;p=cronie Fix misleading indentation. --- diff --git a/src/crontab.c b/src/crontab.c index 6d9c56d..b84c23b 100644 --- a/src/crontab.c +++ b/src/crontab.c @@ -984,7 +984,7 @@ static int hostget_cmd(void) { fprintf(stderr, "File %s not found\n", n); else perror(n); - return (-2); + return (-2); } if (get_string(Host, sizeof Host, f, "\n") == EOF) {