From fb38cf260ba6ed45b514b7a2c21f733c51caeb90 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 12 Aug 2014 10:32:41 +0200 Subject: tests/kms_cursor_crc: Align opening { Signed-off-by: Daniel Vetter --- tests/kms_cursor_crc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/kms_cursor_crc.c') diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index bbbf053d..723a6d55 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -396,8 +396,7 @@ static void test_cursor_size(data_t *data) static void run_test_generic(data_t *data, int cursor_max_size) { int cursor_size; - for (cursor_size = 64; cursor_size <= 256; cursor_size *= 2) - { + for (cursor_size = 64; cursor_size <= 256; cursor_size *= 2) { igt_fixture igt_require(cursor_max_size >= cursor_size); -- cgit v1.2.3