summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-04-19 16:24:23 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-04-19 16:25:08 -0500
commitf081400c982937dfe5ab16a8f41dbde17447df1d (patch)
tree471526a235b8582bb8f1c25a83feb06785fcbf9b /src
parent8600a39cce0f742f5e837f8bbf48af2550bec8cf (diff)
downloadofono-f081400c982937dfe5ab16a8f41dbde17447df1d.tar.bz2
voicecall: Don't go over 80 characters per line
Diffstat (limited to 'src')
-rw-r--r--src/voicecall.c3
1 files changed, 2 insertions, 1 deletions
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;