mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 12:53:07 +02: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,
|
g_spawn_async_with_pipes (NULL,
|
||||||
argv,
|
argv,
|
||||||
NULL,
|
NULL,
|
||||||
G_SPAWN_SEARCH_PATH
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
/* We Need this to get the pid returned on win32 */
|
/* We Need this to get the pid returned on win32 */
|
||||||
| G_SPAWN_DO_NOT_REAP_CHILD
|
G_SPAWN_DO_NOT_REAP_CHILD |
|
||||||
#endif
|
#endif
|
||||||
,
|
G_SPAWN_SEARCH_PATH,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&self->priv->bus_pid,
|
&self->priv->bus_pid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user