mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
More beautiful fix
A comma on a line by itself is too ugly to stand.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user