summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_function.cpp
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-05-24 09:31:30 +1000
committerDave Airlie <airlied@redhat.com>2016-05-24 10:14:31 +1000
commite25728448137502e677313a70f971c8d6243fba8 (patch)
tree0f01b9e4f2d2e36d61998a89b5cd31c3657ff1d9 /src/compiler/glsl/ast_function.cpp
parent82d756f3afbbaddbf89817b3ab88f684ec223783 (diff)
downloadexternal_mesa3d-e25728448137502e677313a70f971c8d6243fba8.zip
external_mesa3d-e25728448137502e677313a70f971c8d6243fba8.tar.gz
external_mesa3d-e25728448137502e677313a70f971c8d6243fba8.tar.bz2
glsl: reindent line in ast_function.cpp
This fixes a warning with gcc -Wmisleading-indentation. Acked-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/compiler/glsl/ast_function.cpp')
-rw-r--r--src/compiler/glsl/ast_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/ast_function.cpp b/src/compiler/glsl/ast_function.cpp
index 6c12565..4433fdd 100644
--- a/src/compiler/glsl/ast_function.cpp
+++ b/src/compiler/glsl/ast_function.cpp
@@ -1543,7 +1543,7 @@ emit_inline_matrix_constructor(const glsl_type *type,
for (unsigned i = 1; i < last_row; i++)
swiz[i] = i;
- const unsigned write_mask = (1U << last_row) - 1;
+ const unsigned write_mask = (1U << last_row) - 1;
for (unsigned i = 0; i < last_col; i++) {
ir_dereference *const lhs =