From c1eb40e9790146d5e31f2bc670b42171cdc36bd1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Oct 2010 01:07:44 -0500 Subject: [PATCH] phonesim: minor whitespace fix --- plugins/phonesim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 7aa59ffd..6c3c1e8d 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -253,7 +253,8 @@ static int phonesim_enable(struct ofono_modem *modem) data->chat = NULL; } - g_at_chat_send(data->chat, "AT+CSCS=\"GSM\"", none_prefix, NULL, NULL, NULL); + g_at_chat_send(data->chat, "AT+CSCS=\"GSM\"", none_prefix, + NULL, NULL, NULL); return 0; }