From d0c71e16bbceb2e2281e3738d2555826421e5422 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 28 Apr 2017 10:24:58 +0200 Subject: [PATCH] Fix misleading indentation. --- src/crontab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1