summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-12 10:32:41 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-12 19:36:53 +0200
commitfb38cf260ba6ed45b514b7a2c21f733c51caeb90 (patch)
treed33efc64044895fd271ab628bce79add6af0d5b2 /tests/kms_cursor_crc.c
parent2ce0691cd5237ebf06d617acb2a33d418178f883 (diff)
tests/kms_cursor_crc: Align opening {
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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);