Mesa (master): glsl: Trivial whitespace fixes in link_uniforms.cpp

Ian Romanick idr at kemper.freedesktop.org
Tue Dec 20 01:34:07 UTC 2016


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Mon Dec 12 12:13:13 2016 -0800

glsl: Trivial whitespace fixes in link_uniforms.cpp

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/compiler/glsl/link_uniforms.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/compiler/glsl/link_uniforms.cpp b/src/compiler/glsl/link_uniforms.cpp
index 87e9392..396b445 100644
--- a/src/compiler/glsl/link_uniforms.cpp
+++ b/src/compiler/glsl/link_uniforms.cpp
@@ -194,8 +194,10 @@ program_resource_visitor::recursion(const glsl_type *t, char **name,
          record_type = t->fields.array;
 
       unsigned length = t->length;
+
       /* Shader storage block unsized arrays: add subscript [0] to variable
-       * names */
+       * names.
+       */
       if (t->is_unsized_array())
          length = 1;
 
@@ -470,8 +472,7 @@ public:
             }
          } else {
             for (unsigned i = 0; i < num_blks; i++) {
-               if (strcmp(var->get_interface_type()->name, blks[i].Name) ==
-                   0) {
+               if (strcmp(var->get_interface_type()->name, blks[i].Name) == 0) {
                   buffer_block_index = i;
                   break;
                }




More information about the mesa-commit mailing list