Fix 80 column violation. NFC.

llvm-svn: 253134
This commit is contained in:
Craig Topper 2015-11-14 18:16:00 +00:00
parent 3f13d4d20d
commit ff35428593
1 changed files with 2 additions and 2 deletions

View File

@ -280,8 +280,8 @@ Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
if (ExpectAndConsume(tok::semi, diag::err_expected_semi_after_namespace_name))
SkipUntil(tok::semi);
return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, Alias,
SS, IdentLoc, Ident);
return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc,
Alias, SS, IdentLoc, Ident);
}
/// ParseLinkage - We know that the current token is a string_literal