Formatting fix.

llvm-svn: 63573
This commit is contained in:
Mike Stump 2009-02-02 23:46:21 +00:00
parent f58f0cbfd5
commit 99231d5c98
1 changed files with 1 additions and 2 deletions

View File

@ -1256,8 +1256,7 @@ Parser::OwningExprResult Parser::ParseBlockLiteralExpression() {
} else {
Actions.ActOnBlockError(CaretLoc, CurScope);
}
}
else {
} else {
// Saw something like: ^expr
Diag(Tok, diag::err_expected_expression);
return ExprError();