From adb4d533d740c6fa4586e6fc27803c24caecb97b Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 3 Jun 2013 11:40:19 +0700 Subject: [PATCH] AVCTP: Fix coding style Fix unnecessary extra tabs --- profiles/audio/avctp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profiles/audio/avctp.c b/profiles/audio/avctp.c index 314dbfb62..46c5485b6 100644 --- a/profiles/audio/avctp.c +++ b/profiles/audio/avctp.c @@ -812,9 +812,8 @@ static void browsing_response(struct avctp_channel *browsing, if (p->transaction != avctp->transaction) continue; - if (req->func && req->func(browsing->session, - operands, operand_count, - req->user_data)) + if (req->func && req->func(browsing->session, operands, + operand_count, req->user_data)) return; browsing->processed = g_slist_remove(browsing->processed, p); -- 2.47.3