From fa37f158d13e7961a61beb4fee2f229c3d238bd7 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 15 Apr 2010 13:59:31 -0500 Subject: Style: Proper indentation --- src/voicecall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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)); } -- cgit v1.2.3