From: Denis Kenzior Date: Tue, 12 Jan 2010 16:29:16 +0000 (-0600) Subject: Style: Various issues X-Git-Tag: 0.16~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=687c84a1ff3c0d7224d8437fdc7e1935645650bd;p=platform%2Fupstream%2Fofono.git Style: Various issues --- diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c index 8045c6b..ea17335 100644 --- a/gatchat/gatchat.c +++ b/gatchat/gatchat.c @@ -1367,7 +1367,7 @@ gboolean g_at_chat_unregister_all(GAtChat *chat) at_notify_node_destroy(l->data); g_slist_free(notify->nodes); - notify->nodes= NULL; + notify->nodes = NULL; g_hash_table_iter_remove(&iter); } diff --git a/gatchat/gsmdial.c b/gatchat/gsmdial.c index 3b75189..e6028e0 100644 --- a/gatchat/gsmdial.c +++ b/gatchat/gsmdial.c @@ -202,7 +202,7 @@ out: return TRUE; } - + return FALSE; } @@ -342,7 +342,8 @@ static void start_dial(gboolean ok, GAtResult *result, gpointer user_data) g_at_chat_send(control, "AT+CREG=2", none_prefix, NULL, NULL, NULL); g_at_chat_send(control, "AT+CGREG=2", none_prefix, NULL, NULL, NULL); - g_at_chat_send(control, "AT+COPS=0", none_prefix, register_cb, NULL, NULL); + g_at_chat_send(control, "AT+COPS=0", none_prefix, + register_cb, NULL, NULL); } static int open_serial()