Mesa (master): glsl: Fix bad indentation

Ian Romanick idr at kemper.freedesktop.org
Sat Jul 19 22:04:16 UTC 2014


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Jun 25 17:24:13 2014 -0700

glsl: Fix bad indentation

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 src/glsl/ast_to_hir.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp
index 328cd1b..a15ee9c 100644
--- a/src/glsl/ast_to_hir.cpp
+++ b/src/glsl/ast_to_hir.cpp
@@ -5212,7 +5212,7 @@ ast_process_structure_or_interface_block(exec_list *instructions,
                fields[i].row_major = false;
          }
 
-      i++;
+         i++;
       }
    }
 




More information about the mesa-commit mailing list