diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-04-19 16:24:23 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-04-19 16:25:08 -0500 |
commit | f081400c982937dfe5ab16a8f41dbde17447df1d (patch) | |
tree | 471526a235b8582bb8f1c25a83feb06785fcbf9b /src | |
parent | 8600a39cce0f742f5e837f8bbf48af2550bec8cf (diff) | |
download | ofono-f081400c982937dfe5ab16a8f41dbde17447df1d.tar.bz2 |
voicecall: Don't go over 80 characters per line
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 3 |
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; |