From: Dave Airlie Date: Mon, 23 May 2016 23:31:30 +0000 (+1000) Subject: glsl: reindent line in ast_function.cpp X-Git-Tag: upstream/17.1.0~9512 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e25728448137502e677313a70f971c8d6243fba8;p=platform%2Fupstream%2Fmesa.git glsl: reindent line in ast_function.cpp This fixes a warning with gcc -Wmisleading-indentation. Acked-by: Matt Turner Signed-off-by: Dave Airlie --- 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 =