diff options
author | Ian Romanick <[email protected]> | 2014-06-25 17:24:13 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-07-19 15:04:04 -0700 |
commit | 01c21c459f02b7540ea4e32e03c1e7b1acbd3fe6 (patch) | |
tree | 0f9cd5157201de221c399329a8bccef8204b0ee5 /src/glsl/ast_to_hir.cpp | |
parent | 47e2a74a5ac19d8be4a71068bac713c2e3328105 (diff) |
glsl: Fix bad indentation
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/glsl/ast_to_hir.cpp')
-rw-r--r-- | src/glsl/ast_to_hir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 328cd1b1b07..a15ee9c0572 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++; } } |