]> granicus.if.org Git - cronie/commitdiff
Fix misleading indentation.
authorTomas Mraz <tmraz@fedoraproject.org>
Fri, 28 Apr 2017 08:24:58 +0000 (10:24 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Fri, 28 Apr 2017 08:24:58 +0000 (10:24 +0200)
src/crontab.c

index 6d9c56d4e3925206504660c1a1786457a7b88c1e..b84c23bf45ddb3830ddfddfa86b41bf17fe7de35 100644 (file)
@@ -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) {