aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-25 02:45:51 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-25 02:45:51 +0000
commit911093e535ad16602b0a387b36039eeb5da685b4 (patch)
tree7d3e1196de38ad9adb698074985d442547242983 /lib/Parse/ParseDecl.cpp
parent579855f186c6d925e1c7299f68364e0b4dd95c0d (diff)
Reformatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r--lib/Parse/ParseDecl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp
index 6e1b5a49c3..8db4964e3d 100644
--- a/lib/Parse/ParseDecl.cpp
+++ b/lib/Parse/ParseDecl.cpp
@@ -3423,9 +3423,9 @@ void Parser::ParseTypeofSpecifier(DeclSpec &DS) {
ParsedType CastTy;
SourceRange CastRange;
ExprResult Operand = ParseExprAfterTypeofSizeofAlignof(OpTok,
- isCastExpr,
- CastTy,
- CastRange);
+ isCastExpr,
+ CastTy,
+ CastRange);
if (hasParens)
DS.setTypeofParensRange(CastRange);