hfp_hf: Fix up whitespace corruption
authorDenis Kenzior <denkenz@gmail.com>
Tue, 22 May 2012 02:26:19 +0000 (21:26 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 22 May 2012 02:26:19 +0000 (21:26 -0500)
plugins/hfp_hf.c

index 16c7d5b..7c500e3 100644 (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) },
        { }
 };