[cfe-commits] r112018 - /cfe/trunk/lib/Parse/ParseDecl.cpp
John McCall
rjmccall at apple.com
Tue Aug 24 19:45:51 PDT 2010
Author: rjmccall
Date: Tue Aug 24 21:45:51 2010
New Revision: 112018
URL: http://llvm.org/viewvc/llvm-project?rev=112018&view=rev
Log:
Reformatting.
Modified:
cfe/trunk/lib/Parse/ParseDecl.cpp
Modified: cfe/trunk/lib/Parse/ParseDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDecl.cpp?rev=112018&r1=112017&r2=112018&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDecl.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDecl.cpp Tue Aug 24 21:45:51 2010
@@ -3423,9 +3423,9 @@
ParsedType CastTy;
SourceRange CastRange;
ExprResult Operand = ParseExprAfterTypeofSizeofAlignof(OpTok,
- isCastExpr,
- CastTy,
- CastRange);
+ isCastExpr,
+ CastTy,
+ CastRange);
if (hasParens)
DS.setTypeofParensRange(CastRange);
More information about the cfe-commits
mailing list