From 99a53ca653c964461f5b06230eeca4b5f7a2b26e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Aug 2011 19:30:14 +0200 Subject: ifx: Fix minor whitespace mistakes --- plugins/ifx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/ifx.c') 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")) -- cgit v1.2.3