handsfree: style fixes for previous commit

This commit is contained in:
Denis Kenzior 2014-04-10 09:25:30 -05:00
parent 8327d528a9
commit eb4fd9f5aa
1 changed files with 7 additions and 6 deletions

View File

@ -297,8 +297,8 @@ out:
hf->flags |= HANDSFREE_FLAG_CACHED;
if (hf->pending) {
DBusMessage *reply = generate_get_properties_reply(
hf, hf->pending);
DBusMessage *reply =
generate_get_properties_reply(hf, hf->pending);
__ofono_dbus_pending_reply(&hf->pending, reply);
}
}
@ -307,10 +307,11 @@ static void query_cnum(struct ofono_handsfree *hf)
{
if (hf->driver->cnum_query == NULL) {
if (hf->pending) {
DBusMessage *reply = generate_get_properties_reply(
hf, hf->pending);
DBusMessage *reply =
generate_get_properties_reply(hf, hf->pending);
__ofono_dbus_pending_reply(&hf->pending, reply);
}
return;
}