From 98e6ac788e08501e7c8d50b01c2a71ac9e0d25fc Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 9 Jun 2022 13:06:03 +0100 Subject: [PATCH] gobject-query: Remove extraneous blank line between each output line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t think it improves the output format. Signed-off-by: Philip Withnall --- gobject/gobject-query.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c index 653955e68..300f992b3 100644 --- a/gobject/gobject-query.c +++ b/gobject/gobject-query.c @@ -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),