From 289e3b9143fe9bd27657ed277dd7ea2e1a690aa3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 19 Apr 2012 17:13:52 -0400 Subject: [PATCH] More beautiful fix A comma on a line by itself is too ugly to stand. --- gio/gtestdbus.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c index f205733..f79aade 100644 --- a/gio/gtestdbus.c +++ b/gio/gtestdbus.c @@ -524,12 +524,11 @@ start_daemon (GTestDBus *self) g_spawn_async_with_pipes (NULL, argv, NULL, - G_SPAWN_SEARCH_PATH #ifdef G_OS_WIN32 - /* We Need this to get the pid returned on win32 */ - | G_SPAWN_DO_NOT_REAP_CHILD + /* We Need this to get the pid returned on win32 */ + G_SPAWN_DO_NOT_REAP_CHILD | #endif - , + G_SPAWN_SEARCH_PATH, NULL, NULL, &self->priv->bus_pid, -- 2.7.4