summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_cursor_crc.c')
-rw-r--r--tests/kms_cursor_crc.c3
1 files changed, 1 insertions, 2 deletions
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);