voicecall: Don't go over 80 characters per line

This commit is contained in:
Denis Kenzior 2011-04-19 16:24:23 -05:00
parent 8600a39cce
commit f081400c98
1 changed files with 2 additions and 1 deletions

View File

@ -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;