Some formatting cleanups

This commit is contained in:
Matthias Clasen 2014-12-20 22:49:09 -05:00
parent 36245b7058
commit 53c388b724

View File

@ -16597,9 +16597,9 @@ template_data_free (GtkWidgetTemplate *template_data)
}
static GHashTable *
get_auto_child_hash (GtkWidget *widget,
GType type,
gboolean create)
get_auto_child_hash (GtkWidget *widget,
GType type,
gboolean create)
{
GHashTable *auto_child_hash;
@ -16634,11 +16634,11 @@ get_auto_child_hash (GtkWidget *widget,
}
static gboolean
setup_template_child (GtkWidgetTemplate *template_data,
GType class_type,
AutomaticChildClass *child_class,
GtkWidget *widget,
GtkBuilder *builder)
setup_template_child (GtkWidgetTemplate *template_data,
GType class_type,
AutomaticChildClass *child_class,
GtkWidget *widget,
GtkBuilder *builder)
{
GHashTable *auto_child_hash;
GObject *object;