1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-01-16 09:16:15 +01:00

Trivial whitespace fix

This commit is contained in:
Matthias Clasen 2016-03-14 08:07:39 -04:00
parent bc2f448dd5
commit c49b70f61e

View File

@ -125,7 +125,7 @@ g_parse_debug_string (const gchar *string,
/* using stdio directly for the reason stated above */ /* using stdio directly for the reason stated above */
fprintf (stderr, "Supported debug values:"); fprintf (stderr, "Supported debug values:");
for (i = 0; i < nkeys; i++) for (i = 0; i < nkeys; i++)
fprintf (stderr, " %s", keys[i].key); fprintf (stderr, " %s", keys[i].key);
fprintf (stderr, " all help\n"); fprintf (stderr, " all help\n");
} }
else else