[glib/application-replace] fixup! Add tests for --gapplication-replace



commit 261a6cb7112b125013815c4155653945abf4677c
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Nov 8 12:24:23 2018 -0500

    fixup! Add tests for --gapplication-replace
    
    Cosmetic: remove a space.

 gio/tests/gapplication.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
index 2f608d0a6..a8820aeda 100644
--- a/gio/tests/gapplication.c
+++ b/gio/tests/gapplication.c
@@ -1002,7 +1002,7 @@ static void
 startup_cb (GApplication *app,
             TestReplaceData *data)
 {
-  const char * argv[] = { NULL, "--verbose", "--quiet", "-p", NULL, "--GTestSubprocess", NULL };
+  const char *argv[] = { NULL, "--verbose", "--quiet", "-p", NULL, "--GTestSubprocess", NULL };
   GSubprocessLauncher *launcher;
   GError *local_error = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]