Style: Proper indentation

This commit is contained in:
Denis Kenzior 2010-04-15 13:59:31 -05:00
parent ab4cae5479
commit fa37f158d1
1 changed files with 2 additions and 1 deletions

View File

@ -1908,7 +1908,8 @@ static void sim_watch(struct ofono_atom *atom,
}
vc->sim_state_watch = ofono_sim_add_state_watch(sim,
sim_state_watch, vc, NULL);
sim_state_watch,
vc, NULL);
sim_state_watch(vc, ofono_sim_get_state(sim));
}