diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-08 18:26:39 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-08 18:38:03 +0100 |
commit | 5a8620d984eb3ca9632b6d63f625ffb5c522716e (patch) | |
tree | 181dbcc67000d8787c04ffca64ad3556e1f03626 /cli/mmcli.c | |
parent | 255e4c769bb4c807f64ce0ed699d62bc88b5b670 (diff) |
cli: minor indentation fix
Diffstat (limited to 'cli/mmcli.c')
-rw-r--r-- | cli/mmcli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli.c b/cli/mmcli.c index f5077538..7349b215 100644 --- a/cli/mmcli.c +++ b/cli/mmcli.c @@ -392,7 +392,7 @@ main (gint argc, gchar **argv) } else if (mmcli_modem_messaging_options_enabled ()) { mmcli_modem_messaging_shutdown (); } else if (mmcli_modem_voice_options_enabled ()) { - mmcli_modem_voice_shutdown (); + mmcli_modem_voice_shutdown (); } else if (mmcli_modem_time_options_enabled ()) { mmcli_modem_time_shutdown (); } else if (mmcli_modem_firmware_options_enabled ()) { |