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 */
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