hfp_hf: Fix up whitespace corruption

This commit is contained in:
Denis Kenzior 2012-05-21 21:26:19 -05:00
parent 7158c5790b
commit 91cbcbf371
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ static DBusMessage *hfp_agent_release(DBusConnection *conn,
static const GDBusMethodTable agent_methods[] = {
{ GDBUS_ASYNC_METHOD("NewConnection",
GDBUS_ARGS({ "fd", "h" }, { "version", "q" }),
NULL, hfp_agent_new_connection) },
GDBUS_ARGS({ "fd", "h" }, { "version", "q" }),
NULL, hfp_agent_new_connection) },
{ GDBUS_METHOD("Release", NULL, NULL, hfp_agent_release) },
{ }
};