From c49b70f61e9818d998623458b9e0dfbd58d65f23 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Mar 2016 08:07:39 -0400 Subject: [PATCH] Trivial whitespace fix --- glib/glib-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/glib-init.c b/glib/glib-init.c index 24fb6279f..33dd4bf8b 100644 --- a/glib/glib-init.c +++ b/glib/glib-init.c @@ -125,7 +125,7 @@ g_parse_debug_string (const gchar *string, /* using stdio directly for the reason stated above */ fprintf (stderr, "Supported debug values:"); for (i = 0; i < nkeys; i++) - fprintf (stderr, " %s", keys[i].key); + fprintf (stderr, " %s", keys[i].key); fprintf (stderr, " all help\n"); } else