vc4: Fix some broken indentation.

This commit is contained in:
Eric Anholt 2014-09-30 16:10:09 -07:00
parent d7a0502a54
commit ebff93ac19

View file

@ -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;