glsl: remove remaining tabs from ast_to_hir.cpp

Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Timothy Arceri
2016-09-28 16:04:08 +10:00
parent fc1d200bc7
commit 222f66a812

View File

@@ -6094,9 +6094,7 @@ ast_switch_statement::test_to_hir(exec_list *instructions,
*/ */
test_expression->set_is_lhs(true); test_expression->set_is_lhs(true);
/* Cache value of test expression. */ /* Cache value of test expression. */
ir_rvalue *const test_val = ir_rvalue *const test_val = test_expression->hir(instructions, state);
test_expression->hir(instructions,
state);
state->switch_state.test_var = new(ctx) ir_variable(test_val->type, state->switch_state.test_var = new(ctx) ir_variable(test_val->type,
"switch_test_tmp", "switch_test_tmp",