From 9be348714de124d91b885e07d979a161e71e28dc Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Wed, 2 Feb 2011 10:18:35 +0200 Subject: call-forwarding: Remove useless curly brackets --- src/call-forwarding.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/call-forwarding.c') diff --git a/src/call-forwarding.c b/src/call-forwarding.c index 512f2238..d300c699 100644 --- a/src/call-forwarding.c +++ b/src/call-forwarding.c @@ -1337,9 +1337,8 @@ static void sim_cphs_cff_read_cb(int ok, int total_length, int record, const char *path = __ofono_atom_get_path(cf->atom); dbus_bool_t cfu_voice; - if (!ok || total_length < 1) { + if (!ok || total_length < 1) return; - } cf->flags |= CALL_FORWARDING_FLAG_CPHS_CFF; -- cgit v1.2.3