Commit 2cf1771f by alokp@chromium.org

Removed tabs. Fixed formatting. Only white-space changes.

Review URL: http://codereview.appspot.com/849043 git-svn-id: https://angleproject.googlecode.com/svn/trunk@89 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent dd037b2a
...@@ -948,7 +948,7 @@ bool TIntermBinary::promote(TInfoSink& infoSink) ...@@ -948,7 +948,7 @@ bool TIntermBinary::promote(TInfoSink& infoSink)
setType(TType(EbtBool)); setType(TType(EbtBool));
break; break;
default: default:
return false; return false;
} }
......
...@@ -127,9 +127,9 @@ enum TOperator { ...@@ -127,9 +127,9 @@ enum TOperator {
EOpReflect, EOpReflect,
EOpRefract, EOpRefract,
// EOpDPdx, // Fragment only, OES_standard_derivatives extension //EOpDPdx, // Fragment only, OES_standard_derivatives extension
// EOpDPdy, // Fragment only, OES_standard_derivatives extension //EOpDPdy, // Fragment only, OES_standard_derivatives extension
// EOpFwidth, // Fragment only, OES_standard_derivatives extension //EOpFwidth, // Fragment only, OES_standard_derivatives extension
EOpMatrixTimesMatrix, EOpMatrixTimesMatrix,
...@@ -452,10 +452,8 @@ public: ...@@ -452,10 +452,8 @@ public:
preVisit(preVisit), preVisit(preVisit),
inVisit(inVisit), inVisit(inVisit),
postVisit(postVisit), postVisit(postVisit),
rightToLeft(rightToLeft) rightToLeft(rightToLeft),
{ depth(0) {}
depth = 0;
}
virtual void visitSymbol(TIntermSymbol*) {} virtual void visitSymbol(TIntermSymbol*) {}
virtual void visitConstantUnion(TIntermConstantUnion*) {} virtual void visitConstantUnion(TIntermConstantUnion*) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment