[Mesa-dev] [PATCH 2/5] glsl: remove tabs from ast_expr.cpp
Timothy Arceri
timothy.arceri at collabora.com
Wed Sep 28 06:04:06 UTC 2016
---
src/compiler/glsl/ast_expr.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/glsl/ast_expr.cpp b/src/compiler/glsl/ast_expr.cpp
index e624d11..1fd5b6e 100644
--- a/src/compiler/glsl/ast_expr.cpp
+++ b/src/compiler/glsl/ast_expr.cpp
@@ -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));
--
2.7.4
More information about the mesa-dev
mailing list