mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-14 22:18:20 +02:00
glsl: remove tabs from ast_expr.cpp
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
386045a3df
commit
b193c4d75b
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ ast_expression::operator_string(enum ast_operators op)
|
|||
|
||||
|
||||
ast_expression_bin::ast_expression_bin(int oper, ast_expression *ex0,
|
||||
ast_expression *ex1) :
|
||||
ast_expression *ex1) :
|
||||
ast_expression(oper, ex0, ex1, NULL)
|
||||
{
|
||||
assert((oper >= ast_plus) && (oper <= ast_logic_not));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue