glsl: correct indentation of comment, Trivial.
authorTapani Pälli <tapani.palli@intel.com>
Tue, 21 Apr 2015 17:11:43 +0000 (20:11 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Tue, 21 Apr 2015 17:11:43 +0000 (20:11 +0300)
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
src/glsl/linker.cpp

index 9aa138984c970111df4535c4cce06bb17b79f3c4..21fde94442d59ca0265ba8968affa6ce27fe14b8 100644 (file)
@@ -2571,7 +2571,7 @@ add_interface_variables(struct gl_shader_program *shProg,
              var->data.location != SYSTEM_VALUE_VERTEX_ID_ZERO_BASE &&
              var->data.location != SYSTEM_VALUE_INSTANCE_ID)
             continue;
-            /* FALLTHROUGH */
+         /* FALLTHROUGH */
       case ir_var_shader_in:
          if (programInterface != GL_PROGRAM_INPUT)
             continue;