From 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 12 Apr 2007 00:32:05 +0000 Subject: style fixes. No code changes --- debianutils/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debianutils/start_stop_daemon.c') diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 60a78793e..1154794fd 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -183,7 +183,7 @@ static int do_stop(void) if (!quiet && killed) { printf("stopped %s (pid", what); for (p = found; p; p = p->next) - if(p->pid < 0) + if (p->pid < 0) printf(" %d", -p->pid); puts(")"); } -- cgit v1.2.3