summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-09 19:30:14 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-08-09 16:50:30 -0700
commit99a53ca653c964461f5b06230eeca4b5f7a2b26e (patch)
tree76edd2b6606f2ceac329a41b1d196201e95bbf3e /plugins/ifx.c
parent75f06e792c115b8311f73e7f3ce53ec6bcf80ad7 (diff)
downloadofono-99a53ca653c964461f5b06230eeca4b5f7a2b26e.tar.bz2
ifx: Fix minor whitespace mistakes
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index f9cd2054..280d9853 100644
--- a/plugins/ifx.c
+++ b/plugins/ifx.c
@@ -454,7 +454,7 @@ static void setup_internal_mux(struct ofono_modem *modem)
ofono_error("Failed to create channel");
goto error;
}
- }
+ }
/* wait for DLC creation to settle */
data->dlc_init_source = g_timeout_add(10, dlc_setup, modem);
@@ -574,7 +574,7 @@ static int ifx_enable(struct ofono_modem *modem)
data->device = g_at_tty_open(device, NULL);
if (data->device == NULL)
- return -EIO;
+ return -EIO;
syntax = g_at_syntax_new_gsmv1();
chat = g_at_chat_new(data->device, syntax);
@@ -582,7 +582,7 @@ static int ifx_enable(struct ofono_modem *modem)
if (chat == NULL) {
g_io_channel_unref(data->device);
- return -EIO;
+ return -EIO;
}
if (getenv("OFONO_AT_DEBUG"))