Signed-off-by: Daniel Vetter <daniel.vet...@ffwll.ch> --- tests/kms_cursor_crc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index bbbf053d3207..723a6d556b54 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); -- 2.0.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx