From 2ff685ac5468ddb83497b80dbc27cbde480e2900 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 14 Jul 2011 16:14:41 -0500 Subject: voicecall: Minor style fixes --- src/voicecall.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index fc431176..f6d15ff7 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -2977,8 +2977,8 @@ static void emulator_chld_cb(struct ofono_emulator *em, if (vc->pending_em || vc->pending || vc->dial_req) goto fail; - if (!voicecalls_have_held(vc) - || !voicecalls_have_active(vc)) + if (!voicecalls_have_held(vc) || + !voicecalls_have_active(vc)) goto fail; vc->pending_em = em; @@ -3092,8 +3092,8 @@ static void emulator_vts_cb(struct ofono_emulator *em, if (str == NULL) break; - if (!g_ascii_isdigit(str[0]) && str[0] != '*' && str[0] != '#' - && (str[0] < 'A' || str[0] > 'D')) + if (!g_ascii_isdigit(str[0]) && str[0] != '*' && + str[0] != '#' && (str[0] < 'A' || str[0] > 'D')) break; if (str[1] != '\0') -- cgit v1.2.3