From: Timothy Arceri Date: Sun, 4 Oct 2015 06:42:41 +0000 (+1100) Subject: glsl: fix whitespace X-Git-Tag: upstream/17.1.0~15600 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6994ca20aad110734f87ef5297fecd53e8f6e34e;p=platform%2Fupstream%2Fmesa.git glsl: fix whitespace Reviewed-by: Iago Toral Quiroga --- diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 7bcf182..9511440 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 */