]> granicus.if.org Git - clang/commitdiff
Fix indentation. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Sun, 4 Jan 2015 08:07:54 +0000 (08:07 +0000)
committerNico Weber <nicolasweber@gmx.de>
Sun, 4 Jan 2015 08:07:54 +0000 (08:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225129 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseStmt.cpp

index 2ecfcf80ef31fc69040f784a8acdfb9a2e400bfb..2a5f8406a50c137720b38eab0fa1e29994bc9a2a 100644 (file)
@@ -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();