glsl: Fix bad indentation

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Ian Romanick 2014-06-25 17:24:13 -07:00
parent 47e2a74a5a
commit 01c21c459f
1 changed files with 1 additions and 1 deletions

View File

@ -5212,7 +5212,7 @@ ast_process_structure_or_interface_block(exec_list *instructions,
fields[i].row_major = false;
}
i++;
i++;
}
}