summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/voicecall.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-03-17 16:11:02 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-03-17 16:11:02 -0500
commit1bc1e527510d679d7552370bafb4191ef8eb73c5 (patch)
tree9fb3a3ba52d037a4ab5956d34a43862854a25f69 /drivers/hfpmodem/voicecall.c
parent0cbde2d4c44ea52d4b900d987022aecc8391e590 (diff)
downloadofono-1bc1e527510d679d7552370bafb4191ef8eb73c5.tar.bz2
hfp: Fix some whitespace issues
Diffstat (limited to 'drivers/hfpmodem/voicecall.c')
-rw-r--r--drivers/hfpmodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c
index e5121f47..9870838a 100644
--- a/drivers/hfpmodem/voicecall.c
+++ b/drivers/hfpmodem/voicecall.c
@@ -649,7 +649,7 @@ static void ccwa_notify(GAtResult *result, gpointer user_data)
DBG("ccwa_notify: %s %d %d", num, num_type, validity);
call = create_call(vc, 0, 1, CALL_STATUS_WAITING, num, num_type,
- validity);
+ validity);
if (call == NULL) {
ofono_error("malloc call struct failed. "
@@ -941,7 +941,7 @@ static void ciev_callsetup_notify(struct ofono_voicecall *vc,
if (waiting == NULL && dialing == NULL)
goto out;
- /*
+ /*
* If call=1, in the waiting case we have to poll, since we
* have no idea whether a waiting call gave up or we accepted
* using release+accept or hold+accept