phonesim: minor whitespace fix

This commit is contained in:
Denis Kenzior 2010-10-14 01:07:44 -05:00
parent 198dcc2c28
commit c1eb40e979
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}