summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-05-21 21:26:19 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-05-21 21:26:19 -0500
commit91cbcbf371ebec6bf2ff927105eedfe3b85cbf18 (patch)
treefdf084ebaea633b800275494a88f5610b44ab599 /plugins
parent7158c5790b5be1a4d7cb7af5c5a86911c8e11bd6 (diff)
downloadofono-91cbcbf371ebec6bf2ff927105eedfe3b85cbf18.tar.bz2
hfp_hf: Fix up whitespace corruption
Diffstat (limited to 'plugins')
-rw-r--r--plugins/hfp_hf.c4
1 files 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) },
{ }
};