From 91cbcbf371ebec6bf2ff927105eedfe3b85cbf18 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 21 May 2012 21:26:19 -0500 Subject: [PATCH] hfp_hf: Fix up whitespace corruption --- plugins/hfp_hf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c index 16c7d5bd..7c500e36 100644 --- a/plugins/hfp_hf.c +++ b/plugins/hfp_hf.c @@ -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) }, { } };