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)
setType(TType(EbtBool));
break;
default:
default:
return false;
}
......
......@@ -127,9 +127,9 @@ enum TOperator {
EOpReflect,
EOpRefract,
// EOpDPdx, // Fragment only, OES_standard_derivatives extension
// EOpDPdy, // Fragment only, OES_standard_derivatives extension
// EOpFwidth, // Fragment only, OES_standard_derivatives extension
//EOpDPdx, // Fragment only, OES_standard_derivatives extension
//EOpDPdy, // Fragment only, OES_standard_derivatives extension
//EOpFwidth, // Fragment only, OES_standard_derivatives extension
EOpMatrixTimesMatrix,
......@@ -452,10 +452,8 @@ public:
preVisit(preVisit),
inVisit(inVisit),
postVisit(postVisit),
rightToLeft(rightToLeft)
{
depth = 0;
}
rightToLeft(rightToLeft),
depth(0) {}
virtual void visitSymbol(TIntermSymbol*) {}
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