mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
More beautiful fix
A comma on a line by itself is too ugly to stand.
This commit is contained in:
parent
bf8a4ed099
commit
289e3b9143
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user