From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 314dbfb..46c5485 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); -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html