From: Nico Weber Date: Sun, 4 Jan 2015 08:07:54 +0000 (+0000) Subject: Fix indentation. No behavior change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26c547aa15f8862c1072878af58e33309699df76;p=clang Fix indentation. No behavior change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225129 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseStmt.cpp b/lib/Parse/ParseStmt.cpp index 2ecfcf80ef..2a5f8406a5 100644 --- a/lib/Parse/ParseStmt.cpp +++ b/lib/Parse/ParseStmt.cpp @@ -1801,7 +1801,7 @@ StmtResult Parser::ParseReturnStatement() { diag::ext_generalized_initializer_lists) << R.get()->getSourceRange(); } else - R = ParseExpression(); + R = ParseExpression(); if (R.isInvalid()) { SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); return StmtError();