Update G_DEFINE_TYPE whitespace

This is a macro not a function.
This commit is contained in:
Mario Limonciello 2024-01-04 07:04:51 -06:00 committed by Kate Hsuan
parent 462b91de55
commit e1b53d1f64

View file

@ -23,7 +23,7 @@ struct _PpdActionTrickleCharge
gboolean active;
};
G_DEFINE_TYPE (PpdActionTrickleCharge, ppd_action_trickle_charge, PPD_TYPE_ACTION)
G_DEFINE_TYPE(PpdActionTrickleCharge, ppd_action_trickle_charge, PPD_TYPE_ACTION)
static GObject*
ppd_action_trickle_charge_constructor (GType type,