gobject-query: Remove extraneous blank line between each output line

I don’t think it improves the output format.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-06-09 13:06:03 +01:00
parent 91ff469f7e
commit 98e6ac788e

View File

@ -52,10 +52,6 @@ show_nodes (GType type,
children = g_type_children (type, NULL);
if (type != root)
for (i = 0; i < spacing; i++)
g_fprintf (f_out, "%s%s\n", indent, O_VLINE);
g_fprintf (f_out, "%s%s%s%s",
indent,
sibling ? O_BRANCH : (type != root ? O_LLEAF : O_SPACE),