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)
llvm-svn: 225129

clang/lib/Parse/ParseStmt.cpp

index 2ecfcf8..2a5f840 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();