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

Author: Ian Romanick <[email protected]>
Date:   Wed Jun 25 17:24:13 2014 -0700

glsl: Fix bad indentation

Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>

---

 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++;
       }
    }
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to