Mesa (master): vc4: Fix some broken indentation.

Eric Anholt anholt at kemper.freedesktop.org
Thu Oct 2 00:05:32 UTC 2014


Module: Mesa
Branch: master
Commit: ebff93ac19a5da3aedf6a4c16b2eb166447f70a1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebff93ac19a5da3aedf6a4c16b2eb166447f70a1

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Sep 30 16:10:09 2014 -0700

vc4: Fix some broken indentation.

---

 src/gallium/drivers/vc4/vc4_program.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c
index 09a39a1..589d33a 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;




More information about the mesa-commit mailing list