From 894c9cf40624ef53e623e02f1b162b76b43c8d28 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 19 Apr 2011 13:31:08 -0500 Subject: [PATCH] emulator: Reflow comments --- src/emulator.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/emulator.c b/src/emulator.c index 86d9c4f0..d941d743 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -889,8 +889,8 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em, callsetup = g_str_equal(name, OFONO_EMULATOR_IND_CALLSETUP); /* - * When callsetup indicator goes to Incoming and there is an active call - * a +CCWA should be sent before +CIEV + * When callsetup indicator goes to Incoming and there is an active + * call a +CCWA should be sent before +CIEV */ if (callsetup && value == OFONO_EMULATOR_CALLSETUP_INCOMING && call_ind->value == OFONO_EMULATOR_CALL_ACTIVE) @@ -903,10 +903,9 @@ void ofono_emulator_set_indicator(struct ofono_emulator *em, /* * Ring timer should be started when callsetup indicator is set to - * Incoming - * If there is no active call, a first RING should be sent just after - * the +CIEV - * It should be stopped for all other values of callsetup + * Incoming. If there is no active call, a first RING should be + * sent just after the +CIEV and should be stopped for all other + * values of callsetup */ if (!callsetup) return;