More beautiful fix
authorMatthias Clasen <mclasen@redhat.com>
Thu, 19 Apr 2012 21:13:52 +0000 (17:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Apr 2012 21:15:14 +0000 (17:15 -0400)
A comma on a line by itself is too ugly to stand.

gio/gtestdbus.c

index f205733..f79aade 100644 (file)
@@ -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,