Code beautification
This commit is contained in:
parent
1de65cb9e0
commit
85d13ff611
@ -631,7 +631,7 @@ ag_chart_edit_name_changed_cb(GtkEntry *name_entry, AgChartEdit *chart_edit)
|
||||
}
|
||||
|
||||
static void
|
||||
ag_chart_edit_class_init (AgChartEditClass *klass)
|
||||
ag_chart_edit_class_init(AgChartEditClass *klass)
|
||||
{
|
||||
GObjectClass *gobject_class = (GObjectClass *)klass;
|
||||
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS(klass);
|
||||
@ -934,7 +934,7 @@ ag_chart_edit_city_matches(GtkEntryCompletion *city_comp,
|
||||
}
|
||||
|
||||
static void
|
||||
ag_chart_edit_init (AgChartEdit *chart_edit)
|
||||
ag_chart_edit_init(AgChartEdit *chart_edit)
|
||||
{
|
||||
GET_PRIV(chart_edit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user