diff options
| -rw-r--r-- | clang/lib/Parse/ParseExpr.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 1bec279890d..c4df632cc8c 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp @@ -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();  | 

