mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02:00
Trivial whitespace fix
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user