GtkBuildable: Fix indentation
authorAlexander Larsson <alexl@redhat.com>
Mon, 2 Sep 2019 09:25:09 +0000 (11:25 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Sep 2019 16:08:20 +0000 (12:08 -0400)
gtk/gtkbuildable.h

index fcb1390befabe157666371f61920f8453caf750b..7808f0445dcce51ebe4f16fbd81be328ef336282 100644 (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