From f081400c982937dfe5ab16a8f41dbde17447df1d Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 19 Apr 2011 16:24:23 -0500 Subject: voicecall: Don't go over 80 characters per line --- 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 929ecba0..2e20c802 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -1026,7 +1026,8 @@ static gboolean voicecalls_have_active(struct ofono_voicecall *vc) return FALSE; } -static gboolean voicecalls_have_with_status(struct ofono_voicecall *vc, int status) +static gboolean voicecalls_have_with_status(struct ofono_voicecall *vc, + int status) { GSList *l; struct voicecall *v; -- cgit v1.2.3