diff options
author | John McCall <rjmccall@apple.com> | 2010-08-25 02:45:51 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-08-25 02:45:51 +0000 |
commit | 911093e535ad16602b0a387b36039eeb5da685b4 (patch) | |
tree | 7d3e1196de38ad9adb698074985d442547242983 /lib/Parse/ParseDecl.cpp | |
parent | 579855f186c6d925e1c7299f68364e0b4dd95c0d (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.cpp | 6 |
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); |