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