Skip to content

Commit 8582eef

Browse files
committed
NFC: formatting
1 parent 5679a80 commit 8582eef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Sema/SemaAttr.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,8 @@ NamedDecl *Sema::lookupExternCName(IdentifierInfo *IdentId,
13441344
return nullptr;
13451345
}
13461346

1347-
void Sema::ActOnPragmaExport(IdentifierInfo *IdentId, SourceLocation NameLoc, Scope *curScope) {
1347+
void Sema::ActOnPragmaExport(IdentifierInfo *IdentId, SourceLocation NameLoc,
1348+
Scope *curScope) {
13481349
SymbolLabel Label;
13491350
Label.NameLoc = NameLoc;
13501351
Label.Used = false;

0 commit comments

Comments
 (0)