r225129 - Fix indentation. No behavior change.
Nico Weber
nicolasweber at gmx.de
Sun Jan 4 00:07:54 PST 2015
Author: nico
Date: Sun Jan 4 02:07:54 2015
New Revision: 225129
URL: http://llvm.org/viewvc/llvm-project?rev=225129&view=rev
Log:
Fix indentation. No behavior change.
Modified:
cfe/trunk/lib/Parse/ParseStmt.cpp
Modified: cfe/trunk/lib/Parse/ParseStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseStmt.cpp?rev=225129&r1=225128&r2=225129&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseStmt.cpp (original)
+++ cfe/trunk/lib/Parse/ParseStmt.cpp Sun Jan 4 02:07:54 2015
@@ -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();
More information about the cfe-commits
mailing list