summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2015-04-21 20:11:43 +0300
committerTapani Pälli <[email protected]>2015-04-21 20:11:43 +0300
commited10f9cfad1a01226725d542155a240bcf70e9cb (patch)
tree8d531453360a5f01f8dadca5c1010058067a7fef
parent529064f6a80d72294cc865a46304110e0401296d (diff)
glsl: correct indentation of comment, Trivial.
Signed-off-by: Tapani Pälli <[email protected]>
-rw-r--r--src/glsl/linker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp
index 9aa138984c9..21fde94442d 100644
--- a/src/glsl/linker.cpp
+++ b/src/glsl/linker.cpp
@@ -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;