summaryrefslogtreecommitdiffstats
path: root/drivers/ifxmodem/stk.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-09-24 01:32:21 +0900
committerMarcel Holtmann <marcel@holtmann.org>2010-09-24 01:32:21 +0900
commit66ee45eb53af2f22264e157fbb43345b7a4a1c87 (patch)
treeb0410d128ace045fb620fded5af6b58923c10c9e /drivers/ifxmodem/stk.c
parent27018b1a55d5d3c91393859850389b6a70874dc6 (diff)
downloadofono-66ee45eb53af2f22264e157fbb43345b7a4a1c87.tar.bz2
ifxmodem: Fix whitespace corruption
Diffstat (limited to 'drivers/ifxmodem/stk.c')
-rw-r--r--drivers/ifxmodem/stk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ifxmodem/stk.c b/drivers/ifxmodem/stk.c
index 42854397..2e5ca6c7 100644
--- a/drivers/ifxmodem/stk.c
+++ b/drivers/ifxmodem/stk.c
@@ -240,7 +240,7 @@ static void satf_notify(GAtResult *result, gpointer user_data)
if (g_at_result_iter_next_number(&iter, &sw2) == FALSE)
return;
-
+
DBG("sw1 %d sw2 %d", sw1, sw2);
ofono_stk_proactive_session_end_notify(stk);