From 2ff2181d1c86f9b74948d661b1c5eacc18aab2aa Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Wed, 5 Dec 2012 17:15:33 +0100 Subject: [PATCH] media: Trivial style fix No whitespace should exist before parenthesis close. --- profiles/audio/transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index f0391dea2..764038f84 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -659,7 +659,7 @@ static const GDBusMethodTable transport_methods[] = { { GDBUS_ASYNC_METHOD("Acquire", NULL, GDBUS_ARGS({ "fd", "h" }, { "mtu_r", "q" }, - { "mtu_w", "q" } ), + { "mtu_w", "q" }), acquire) }, { GDBUS_ASYNC_METHOD("TryAcquire", NULL, -- 2.47.3