aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-02-02 23:46:21 +0000
committerMike Stump <mrs@apple.com>2009-02-02 23:46:21 +0000
commit281481daeb97e56bb19e394efc34bfd4ab85a226 (patch)
tree6f665cd9c5fffe5db4f892e5e9b91e30e44217f0 /lib/Parse/ParseExpr.cpp
parenta0a99e02f5b2de3817706071077298ef040634fe (diff)
Formatting fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseExpr.cpp')
-rw-r--r--lib/Parse/ParseExpr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp
index 1bec279890..c4df632cc8 100644
--- a/lib/Parse/ParseExpr.cpp
+++ b/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();