crocus: fixup stray tab
authorDave Airlie <airlied@redhat.com>
Mon, 21 Jun 2021 07:17:02 +0000 (17:17 +1000)
committerMarge Bot <eric+marge@anholt.net>
Tue, 22 Jun 2021 18:56:20 +0000 (18:56 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11507>

src/gallium/drivers/crocus/crocus_state.c

index 60136b4..7ef5807 100644 (file)
@@ -1569,7 +1569,7 @@ crocus_bind_zsa_state(struct pipe_context *ctx, void *state)
          ice->state.dirty |= CROCUS_DIRTY_COLOR_CALC_STATE;
 
       if (cso_changed(cso.alpha_enabled))
-        ice->state.dirty |= CROCUS_DIRTY_WM;
+         ice->state.dirty |= CROCUS_DIRTY_WM;
 #if GFX_VER >= 6
       if (cso_changed(cso.alpha_enabled))
          ice->state.dirty |= CROCUS_DIRTY_GEN6_BLEND_STATE;