diff options
author | Eric Anholt <[email protected]> | 2014-09-30 16:10:09 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-10-01 17:03:35 -0700 |
commit | ebff93ac19a5da3aedf6a4c16b2eb166447f70a1 (patch) | |
tree | 856cd18cee82b6142e16322f9be1410e5cd77834 | |
parent | d7a0502a5440359d1cecd42e58bdb85c2d857824 (diff) |
vc4: Fix some broken indentation.
-rw-r--r-- | src/gallium/drivers/vc4/vc4_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |