GtkBuildable: Fix indentation

This commit is contained in:
Alexander Larsson 2019-09-02 11:25:09 +02:00 committed by Matthias Clasen
parent 73042bfc54
commit 76103ee286

View File

@ -226,8 +226,8 @@ GDK_AVAILABLE_IN_ALL
GPtrArray *gtk_buildable_parse_context_get_element_stack (GtkBuildableParseContext *context);
GDK_AVAILABLE_IN_ALL
void gtk_buildable_parse_context_get_position (GtkBuildableParseContext *context,
gint *line_number,
gint *char_number);
gint *line_number,
gint *char_number);
G_END_DECLS