mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 11:28:37 +02:00
Update G_DEFINE_TYPE whitespace
This is a macro not a function.
This commit is contained in:
parent
462b91de55
commit
e1b53d1f64
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue