From 1c3adb4d5406b5cdf6b42d2de49acc71eb639214 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 11 Mar 2014 16:25:04 +0200 Subject: [PATCH] unit/test-avrcp: Fix code style --- unit/test-avrcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c index 5d78a9afc..3702d39af 100644 --- a/unit/test-avrcp.c +++ b/unit/test-avrcp.c @@ -295,7 +295,7 @@ static bool check_attributes(const uint8_t *params) for (i = 1; i <= params[0]; i++) { DBG("params[%d] = 0x%02x", i, params[i]); if (params[i] > AVRCP_ATTRIBUTE_LAST || - params[i] == AVRCP_ATTRIBUTE_ILEGAL) + params[i] == AVRCP_ATTRIBUTE_ILEGAL) return false; } -- 2.47.3