From: Eric Anholt Date: Tue, 30 Sep 2014 23:10:09 +0000 (-0700) Subject: vc4: Fix some broken indentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ebff93ac19a5da3aedf6a4c16b2eb166447f70a1;p=mesa.git vc4: Fix some broken indentation. --- diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c index 09a39a12101..589d33ab1a0 100644 --- a/src/gallium/drivers/vc4/vc4_program.c +++ b/src/gallium/drivers/vc4/vc4_program.c @@ -1742,7 +1742,7 @@ vc4_setup_shared_key(struct vc4_key *key, struct vc4_texture_stateobj *texstate) for (int i = 0; i < texstate->num_textures; i++) { struct pipe_sampler_view *sampler = texstate->textures[i]; struct pipe_sampler_state *sampler_state = -texstate->samplers[i]; + texstate->samplers[i]; if (sampler) { struct pipe_resource *prsc = sampler->texture;