huaweimodem: Add missing empty line

This commit is contained in:
Marcel Holtmann 2010-09-29 23:42:55 +09:00
parent 2f90ddff3c
commit 462d79b5fe
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ static void huawei_release_specific(struct ofono_voicecall *vc, int id,
snprintf(buf, sizeof(buf), "AT+CHLD=1%d", id); snprintf(buf, sizeof(buf), "AT+CHLD=1%d", id);
huawei_template(vc, buf, cb, data); huawei_template(vc, buf, cb, data);
} }
static void cring_notify(GAtResult *result, gpointer user_data) static void cring_notify(GAtResult *result, gpointer user_data)
{ {
struct ofono_voicecall *vc = user_data; struct ofono_voicecall *vc = user_data;