From: John McCall Date: Wed, 25 Aug 2010 02:45:51 +0000 (+0000) Subject: Reformatting. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=911093e535ad16602b0a387b36039eeb5da685b4;p=clang Reformatting. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112018 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);