trivial: powerd: reformat code with contrib/reformat-code.py

This commit is contained in:
Daniel Campello 2021-07-22 09:40:30 -06:00 committed by Daniel Campello
parent 3da17e5fbb
commit 4b10b1324c

View File

@ -35,7 +35,8 @@ fu_plugin_startup (FuPlugin *plugin, GError **error)
g_autofree gchar *name_owner = NULL;
/* establish proxy for method call to powerd */
data->proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
data->proxy =
g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
G_DBUS_PROXY_FLAGS_NONE,
NULL,
"org.chromium.PowerManager",