[Intel-gfx] [PATCH i-g-t] tests/gem_concurrent_blit: Fix indent
Daniel Vetter
daniel.vetter at ffwll.ch
Thu Jan 22 01:01:58 PST 2015
Thrown up my brain's parser for a moment ;-)
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
tests/gem_concurrent_blit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_concurrent_blit.c b/tests/gem_concurrent_blit.c
index beb96757eeb7..726198012c14 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) {
--
2.1.4
More information about the Intel-gfx
mailing list