More beautiful fix

A comma on a line by itself is too ugly to stand.
This commit is contained in:
Matthias Clasen 2012-04-19 17:13:52 -04:00
parent bf8a4ed099
commit 289e3b9143

View 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,