atmodem: Couple tiny style fixes
authorDenis Kenzior <denkenz@gmail.com>
Mon, 14 Jun 2010 17:45:04 +0000 (12:45 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 14 Jun 2010 17:46:11 +0000 (12:46 -0500)
drivers/atmodem/network-registration.c

index 4366e1e..630e8ea 100644 (file)
@@ -209,8 +209,8 @@ static void at_registration_status(struct ofono_netreg *netreg,
                 * option_tech_cb will call fire CREG? to do the rest.
                 */
                if (g_at_chat_send(nd->chat, "AT_OCTI?;_OUWCTI?",
-                               option_tech_prefix,
-                               option_tech_cb, cbd, NULL) == 0)
+                                       option_tech_prefix,
+                                       option_tech_cb, cbd, NULL) == 0)
                        nd->tech = -1;
                break;
        }
@@ -879,8 +879,8 @@ static void creg_notify(GAtResult *result, gpointer user_data)
                tq->netreg = netreg;
 
                if (g_at_chat_send(nd->chat, "AT_OCTI?;_OUWCTI?",
-                       option_tech_prefix, option_query_tech_cb,
-                                       tq, g_free) > 0)
+                                       option_tech_prefix,
+                                       option_query_tech_cb, tq, g_free) > 0)
                        return;
 
                g_free(tq);