mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
main: pretty up formatting
This commit is contained in:
parent
19a5250b34
commit
98e4f84348
12
src/main.c
12
src/main.c
@ -512,26 +512,22 @@ int main(int argc, char *argv[])
|
|||||||
exit_status = l_main_run_with_signal(signal_handler, NULL);
|
exit_status = l_main_run_with_signal(signal_handler, NULL);
|
||||||
|
|
||||||
plugin_exit();
|
plugin_exit();
|
||||||
|
|
||||||
iwd_modules_exit();
|
iwd_modules_exit();
|
||||||
|
|
||||||
dbus_exit();
|
dbus_exit();
|
||||||
l_dbus_destroy(dbus);
|
l_dbus_destroy(dbus);
|
||||||
|
|
||||||
failed_dbus:
|
failed_dbus:
|
||||||
|
|
||||||
l_netlink_destroy(rtnl);
|
l_netlink_destroy(rtnl);
|
||||||
|
|
||||||
failed_rtnl:
|
failed_rtnl:
|
||||||
|
|
||||||
l_genl_unref(genl);
|
l_genl_unref(genl);
|
||||||
|
|
||||||
failed_genl:
|
failed_genl:
|
||||||
|
|
||||||
storage_cleanup_dirs();
|
storage_cleanup_dirs();
|
||||||
|
|
||||||
failed_dirs:
|
failed_dirs:
|
||||||
|
|
||||||
l_settings_free(iwd_config);
|
l_settings_free(iwd_config);
|
||||||
|
|
||||||
l_timeout_remove(timeout);
|
l_timeout_remove(timeout);
|
||||||
|
|
||||||
l_main_exit();
|
l_main_exit();
|
||||||
|
|
||||||
return exit_status;
|
return exit_status;
|
||||||
|
Loading…
Reference in New Issue
Block a user