[glib] More beautiful fix
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] More beautiful fix
- Date: Thu, 19 Apr 2012 21:14:51 +0000 (UTC)
commit 289e3b9143fe9bd27657ed277dd7ea2e1a690aa3
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Apr 19 17:13:52 2012 -0400
More beautiful fix
A comma on a line by itself is too ugly to stand.
gio/gtestdbus.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gio/gtestdbus.c b/gio/gtestdbus.c
index f205733..f79aade 100644
--- a/gio/gtestdbus.c
+++ b/gio/gtestdbus.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]