mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 09:08:24 +02:00
lenovo-dytc: Some reindentation
This commit is contained in:
parent
0b772f3ddb
commit
26af80e115
1 changed files with 4 additions and 4 deletions
|
|
@ -26,14 +26,14 @@ G_DEFINE_TYPE (PpdDriverLenovoDytc, ppd_driver_lenovo_dytc, PPD_TYPE_DRIVER)
|
|||
|
||||
static GObject*
|
||||
ppd_driver_lenovo_dytc_constructor (GType type,
|
||||
guint n_construct_params,
|
||||
GObjectConstructParam *construct_params)
|
||||
guint n_construct_params,
|
||||
GObjectConstructParam *construct_params)
|
||||
{
|
||||
GObject *object;
|
||||
|
||||
object = G_OBJECT_CLASS (ppd_driver_lenovo_dytc_parent_class)->constructor (type,
|
||||
n_construct_params,
|
||||
construct_params);
|
||||
n_construct_params,
|
||||
construct_params);
|
||||
g_object_set (object,
|
||||
"driver-name", "lenovo_dytc",
|
||||
"profile", PPD_PROFILE_PERFORMANCE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue