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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90433d58999639a8b445d27ff8f8c7ba2ca28a81;p=thirdparty%2Ffcron.git 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;