diff options
author | Timothy Arceri <[email protected]> | 2015-10-04 17:42:41 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-10-04 17:42:41 +1100 |
commit | 6994ca20aad110734f87ef5297fecd53e8f6e34e (patch) | |
tree | 9bf0ab465685404c5d8567a4c28aba305bbd8509 /src/glsl/ast_to_hir.cpp | |
parent | 814b7d1ab9e90567034e9601a420ed1be2970c15 (diff) |
glsl: fix whitespace
Reviewed-by: Iago Toral Quiroga <[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 7bcf1820b19..9511440ba3a 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -6357,7 +6357,7 @@ ast_interface_block::hir(exec_list *instructions, const glsl_type *block_array_type = process_array_type(&loc, block_type, this->array_specifier, state); - /* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec: + /* From section 4.3.9 (Interface Blocks) of the GLSL ES 3.10 spec: * * * Arrays of arrays of blocks are not allowed */ |