tests/gem_concurrent_blit: Fix indent

Thrown up my brain's parser for a moment ;-)

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter 2015-01-22 10:01:28 +01:00
parent fbcc7ba20f
commit 6011508afe

View File

@ -755,7 +755,7 @@ run_basic_modes(const struct access_mode *mode,
dst[i] = mode->create_bo(bufmgr, width, height); dst[i] = mode->create_bo(bufmgr, width, height);
} }
dummy = mode->create_bo(bufmgr, width, height); dummy = mode->create_bo(bufmgr, width, height);
} }
/* try to overwrite the source values */ /* try to overwrite the source values */
igt_subtest_f("%s-%s-overwrite-source-one%s%s", mode->name, p->prefix, suffix, h->suffix) { igt_subtest_f("%s-%s-overwrite-source-one%s%s", mode->name, p->prefix, suffix, h->suffix) {