Skip to content

Commit b1af3dd

Browse files
committed
fixup! clang-format
1 parent 124c342 commit b1af3dd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,9 @@ static std::optional<std::string> MakeLLDBFuncAsmLabel(const DWARFDIE &die) {
285285
if (die_id == LLDB_INVALID_UID)
286286
return std::nullopt;
287287

288-
return FunctionCallLabel{
289-
/*module_id=*/module_id,
290-
/*symbol_id=*/die_id,
291-
/*.lookup_name=*/name
292-
}
288+
return FunctionCallLabel{/*module_id=*/module_id,
289+
/*symbol_id=*/die_id,
290+
/*.lookup_name=*/name}
293291
.toString();
294292
}
295293

0 commit comments

Comments
 (0)