ifxmodem: Fix whitespace corruption
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Sep 2010 16:32:21 +0000 (01:32 +0900)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 23 Sep 2010 16:32:21 +0000 (01:32 +0900)
drivers/ifxmodem/stk.c

index 4285439..2e5ca6c 100644 (file)
@@ -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);