Mesa (master): glsl: remove tabs from ast_expr.cpp

Timothy Arceri tarceri at kemper.freedesktop.org
Thu Sep 29 01:10:08 UTC 2016


Module: Mesa
Branch: master
Commit: b193c4d75b059dbfb0a1123566c2b0da7c3b4bf7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b193c4d75b059dbfb0a1123566c2b0da7c3b4bf7

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Wed Sep 28 16:04:06 2016 +1000

glsl: remove tabs from ast_expr.cpp

Acked-by: Dave Airlie <airlied at redhat.com>

---

 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));




More information about the mesa-commit mailing list