From: Thibault Godouet Date: Wed, 5 Dec 2012 21:55:07 +0000 (+0000) Subject: cosmetic change of socket.c so as indent works ok X-Git-Tag: ver3_1_0~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f75340f09616de49a9e814a2e51b0f1d3905891b;p=fcron cosmetic change of socket.c so as indent works ok --- diff --git a/socket.c b/socket.c index dec56d4..494da26 100644 --- a/socket.c +++ b/socket.c @@ -592,8 +592,9 @@ cmd_ls(struct fcrondyn_cl *client, long int *cmd, int fd, int is_root) found = 1; } } - else - Test_line(e->e_line, e->e_job_pid, 0, 0) + else { + Test_line(e->e_line, e->e_job_pid, 0, 0); + } } break;