From 0c93f4df3237a1ef5be0580386d4a4c68e3d8a51 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 17 Jan 2011 08:42:28 +0000 Subject: Style fix: "while (" not "while(". --- src/rc/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc') diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 459bcf1..4790060 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -1210,7 +1210,7 @@ start_stop_daemon(int argc, char **argv) /* Clean the environment of any RC_ variables */ env_list = rc_stringlist_new(); i = 0; - while(environ[i]) + while (environ[i]) rc_stringlist_add(env_list, environ[i++]); #ifdef HAVE_PAM -- cgit v1.2.3