Skip to content

Commit 4ccf3ab

Browse files
committed
Fix formatting.
1 parent 3c1c4f6 commit 4ccf3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MC/GOFFObjectWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class GOFFSymbol {
258258
}
259259

260260
GOFFSymbol(StringRef Name, uint32_t EsdID, uint32_t ParentEsdID,
261-
const GOFF::EDAttr &EDAttr, const GOFF::PRAttr &Attr)
261+
const GOFF::EDAttr &EDAttr, const GOFF::PRAttr &Attr)
262262
: Name(Name.data(), Name.size()), EsdId(EsdID), ParentEsdId(ParentEsdID),
263263
SymbolType(GOFF::ESD_ST_PartReference), NameSpace(EDAttr.NameSpace) {
264264
SymbolFlags.setRenameable(Attr.IsRenamable);

0 commit comments

Comments
 (0)