mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +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);
|
||||
|
||||
plugin_exit();
|
||||
|
||||
iwd_modules_exit();
|
||||
|
||||
dbus_exit();
|
||||
l_dbus_destroy(dbus);
|
||||
|
||||
failed_dbus:
|
||||
|
||||
l_netlink_destroy(rtnl);
|
||||
|
||||
failed_rtnl:
|
||||
|
||||
l_genl_unref(genl);
|
||||
|
||||
failed_genl:
|
||||
|
||||
storage_cleanup_dirs();
|
||||
|
||||
failed_dirs:
|
||||
|
||||
l_settings_free(iwd_config);
|
||||
|
||||
l_timeout_remove(timeout);
|
||||
|
||||
l_main_exit();
|
||||
|
||||
return exit_status;
|
||||
|
Loading…
Reference in New Issue
Block a user