Mesa (master): glsl: fix whitespace

Timothy Arceri tarceri at kemper.freedesktop.org
Sun Oct 4 06:43:09 UTC 2015


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

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Sun Oct  4 17:42:41 2015 +1100

glsl: fix whitespace

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

---

 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 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
           */




More information about the mesa-commit mailing list