vc4: Fix some broken indentation.
authorEric Anholt <eric@anholt.net>
Tue, 30 Sep 2014 23:10:09 +0000 (16:10 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 2 Oct 2014 00:03:35 +0000 (17:03 -0700)
src/gallium/drivers/vc4/vc4_program.c

index 09a39a1..589d33a 100644 (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;