[glib] Trivial whitespace fix



commit c49b70f61e9818d998623458b9e0dfbd58d65f23
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 14 08:07:39 2016 -0400

    Trivial whitespace fix

 glib/glib-init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/glib-init.c b/glib/glib-init.c
index 24fb627..33dd4bf 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


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