From 6011508afed046d60eebf44f51e52a76c326a591 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 22 Jan 2015 10:01:28 +0100 Subject: tests/gem_concurrent_blit: Fix indent Thrown up my brain's parser for a moment ;-) Signed-off-by: Daniel Vetter --- tests/gem_concurrent_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/gem_concurrent_blit.c') diff --git a/tests/gem_concurrent_blit.c b/tests/gem_concurrent_blit.c index beb96757..72619801 100644 --- a/tests/gem_concurrent_blit.c +++ b/tests/gem_concurrent_blit.c @@ -755,7 +755,7 @@ run_basic_modes(const struct access_mode *mode, dst[i] = mode->create_bo(bufmgr, width, height); } dummy = mode->create_bo(bufmgr, width, height); - } + } /* try to overwrite the source values */ igt_subtest_f("%s-%s-overwrite-source-one%s%s", mode->name, p->prefix, suffix, h->suffix) { -- cgit v1.2.3