Gallium: fix indentation in u_blitter.c
authorStéphane Marchesin <marcheu@chromium.org>
Thu, 2 Jun 2011 03:51:59 +0000 (20:51 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Mon, 6 Jun 2011 19:35:59 +0000 (12:35 -0700)
src/gallium/auxiliary/util/u_blitter.c

index a4c399052fdee8c2cba0d354bb682db7b1b52225..528f344a0f79dbdccd9397d4cbb03e49476d7a1e 100644 (file)
@@ -770,7 +770,7 @@ void util_blitter_copy_region(struct blitter_context *blitter,
 
    /* Check if we can sample from and render to the surfaces. */
    /* (assuming copying a stencil buffer is not possible) */
-    if ((!ignore_stencil && is_stencil) ||
+   if ((!ignore_stencil && is_stencil) ||
        !screen->is_format_supported(screen, dst->format, dst->target,
                                     dst->nr_samples, bind) ||
        !screen->is_format_supported(screen, src->format, src->target,