From 5296cbf51c564fdbf2beb299beda43bdd52a8229 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 10 Oct 2013 18:08:21 +0200 Subject: console-client: minor stylistic fix * console-client/console.c (main): Minor stylistic fix. --- console-client/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-client/console.c') diff --git a/console-client/console.c b/console-client/console.c index a4fb8e97..ed4ca8d2 100644 --- a/console-client/console.c +++ b/console-client/console.c @@ -740,7 +740,7 @@ main (int argc, char *argv[]) #if HAVE_DAEMON if (daemonize) /* Signal parent that all went well. */ - daemon_retval_send(0); + daemon_retval_send (0); #endif cons_server_loop (); -- cgit v1.2.3