--- unit/test-ringbuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit/test-ringbuf.c b/unit/test-ringbuf.c index a19216f..e63321c 100644 --- a/unit/test-ringbuf.c +++ b/unit/test-ringbuf.c @@ -41,7 +41,8 @@ static unsigned int nlpo2(unsigned int x) x |= (x >> 4); x |= (x >> 8); x |= (x >> 16); - return x + 1; + + return x + 1; } static unsigned int align_power2(unsigned int u) -- 1.8.3.2 -- 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