[Intel-gfx] [PATCH 01/10] tests/kms_cursor_crc: Align opening {
Daniel Vetter
daniel.vetter at ffwll.ch
Tue Aug 12 12:11:56 CEST 2014
Signed-off-by: Daniel Vetter <daniel.vetter at 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
More information about the Intel-gfx
mailing list