huawei: Fixup whitespace corruption

This commit is contained in:
Denis Kenzior 2010-10-11 21:40:52 -05:00
parent 9ed8beba77
commit a6909a227f
1 changed files with 2 additions and 2 deletions

View File

@ -613,8 +613,8 @@ static void huawei_post_online(struct ofono_modem *modem)
struct ofono_message_waiting *mw;
if (data->sim_state != HUAWEI_SIM_STATE_VALID &&
data->sim_state != HUAWEI_SIM_STATE_INVALID_CS &&
data->sim_state != HUAWEI_SIM_STATE_INVALID_PS) {
data->sim_state != HUAWEI_SIM_STATE_INVALID_CS &&
data->sim_state != HUAWEI_SIM_STATE_INVALID_PS) {
ofono_info("huawei: invalid sim state in post online (%d)",
data->sim_state);
return;