diff mbox

[01/10] tests/kms_cursor_crc: Align opening {

Message ID 1407838325-25580-1-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Aug. 12, 2014, 10:11 a.m. UTC
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 tests/kms_cursor_crc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

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);