]> granicus.if.org Git - clang/commitdiff
Reformatting.
authorJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 02:45:51 +0000 (02:45 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 02:45:51 +0000 (02:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112018 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 6e1b5a49c3fa3dc6d84e4a43bbd360614f277c10..8db4964e3d76e45285827a2fd8a25c52251f962c 100644 (file)
@@ -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);