diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 13:59:31 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 16:49:42 -0500 |
commit | fa37f158d13e7961a61beb4fee2f229c3d238bd7 (patch) | |
tree | 324ac083b7ea15d9d36017722f3ad4cf9f6d42e2 | |
parent | ab4cae547900848f6b0ff89e470139f1521332cb (diff) | |
download | ofono-fa37f158d13e7961a61beb4fee2f229c3d238bd7.tar.bz2 |
Style: Proper indentation
-rw-r--r-- | src/voicecall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index b6e02260..1af71671 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -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)); } |