summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-05-03 21:57:40 +0000
committerNico Weber <nicolasweber@gmx.de>2014-05-03 21:57:40 +0000
commit83ea012591cbbbd4928b01ee0bd8cbc1a7be2bc1 (patch)
tree1db2b43bddcebff0d6e5cb7628edc6d2efc4255a /clang/lib/Parse/ParseDecl.cpp
parent3d082fa50704f55a3c6d25c9d6b25d652e7d84ae (diff)
downloadbcm5719-llvm-83ea012591cbbbd4928b01ee0bd8cbc1a7be2bc1.tar.gz
bcm5719-llvm-83ea012591cbbbd4928b01ee0bd8cbc1a7be2bc1.zip
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
llvm-svn: 207921
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
-rw-r--r--clang/lib/Parse/ParseDecl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp
index 379beafbcea..51b99060a14 100644
--- a/clang/lib/Parse/ParseDecl.cpp
+++ b/clang/lib/Parse/ParseDecl.cpp
@@ -3700,9 +3700,8 @@ void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS,
return;
}
- TypeResult Type = Actions.ActOnDependentTag(getCurScope(), DeclSpec::TST_enum,
- TUK, SS, Name, StartLoc,
- NameLoc);
+ TypeResult Type = Actions.ActOnDependentTag(
+ getCurScope(), DeclSpec::TST_enum, TUK, SS, Name, StartLoc, NameLoc);
if (Type.isInvalid()) {
DS.SetTypeSpecError();
return;
OpenPOWER on IntegriCloud