Whitespace. No functional change intended.

llvm-svn: 195503
This commit is contained in:
Aaron Ballman 2013-11-22 21:49:04 +00:00
parent 7c6bb6500e
commit cc14f3a536
1 changed files with 4 additions and 4 deletions

View File

@ -4514,10 +4514,10 @@ static void handlePortabilityAttr(Sema &S, Decl *D, const AttributeList &Attr) {
return;
AttributeList::Kind Kind = Attr.getKind();
if (Kind == AttributeList::AT_Win64)
D->addAttr(
::new (S.Context) Win64Attr(Attr.getRange(), S.Context,
Attr.getAttributeSpellingListIndex()));
if (Kind == AttributeList::AT_Win64)
D->addAttr(
::new (S.Context) Win64Attr(Attr.getRange(), S.Context,
Attr.getAttributeSpellingListIndex()));
}
static void handleForceInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) {