Skip to content

Commit 737da33

Browse files
committed
fixup! clang-format
1 parent 574a61c commit 737da33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/DebugInfo/DWARF/DWARFDie.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static llvm::Expected<llvm::StringRef>
133133
getApplePropertyName(const DWARFDie &PropDIE) {
134134
if (!PropDIE)
135135
return llvm::createStringError("invalid DIE");
136-
136+
137137
if (PropDIE.getTag() != DW_TAG_APPLE_property)
138138
return llvm::createStringError("referencing not a DW_TAG_APPLE_property");
139139

0 commit comments

Comments
 (0)