mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
[girepository] Remove trailing whitespace
This commit is contained in:
6
gdump.c
6
gdump.c
@@ -158,7 +158,7 @@ dump_object_type (GType type, const char *symbol, GOutputStream *out)
|
||||
GString *parent_str;
|
||||
GType parent;
|
||||
gboolean first = TRUE;
|
||||
|
||||
|
||||
parent = type;
|
||||
parent_str = g_string_new ("");
|
||||
do
|
||||
@@ -170,9 +170,9 @@ dump_object_type (GType type, const char *symbol, GOutputStream *out)
|
||||
g_string_append_c (parent_str, ',');
|
||||
g_string_append (parent_str, g_type_name (parent));
|
||||
} while (parent != G_TYPE_OBJECT && parent != G_TYPE_INVALID);
|
||||
|
||||
|
||||
escaped_printf (out, " parents=\"%s\"", parent_str->str);
|
||||
|
||||
|
||||
g_string_free (parent_str, TRUE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user