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:
parent
bc2f448dd5
commit
c49b70f61e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user