From a1cce942064b62a2f238383d61c331b14ab764eb Mon Sep 17 00:00:00 2001 From: vda Date: Tue, 10 Apr 2007 15:42:06 +0000 Subject: style fixes. No code changes. git-svn-id: svn://busybox.net/trunk/busybox@18381 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- runit/runsv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runit') diff --git a/runit/runsv.c b/runit/runsv.c index 61eb02e64..bd4a81eee 100644 --- a/runit/runsv.c +++ b/runit/runsv.c @@ -303,7 +303,8 @@ static void startservice(struct svdir *s) } run[1] = NULL; - if (s->pid != 0) stopservice(s); /* should never happen */ + if (s->pid != 0) + stopservice(s); /* should never happen */ while ((p = fork()) == -1) { warn_cannot("fork, sleeping"); sleep(5); -- cgit v1.2.3-55-g6feb