Skip to content

Commit 8d14f51

Browse files
fix formatting
1 parent 443b930 commit 8d14f51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ bool lldb_private::formatters::BlockPointerSummaryProvider(
178178
synthetic_children->GetIndexOfChildWithName(s_FuncPtr_name);
179179

180180
if (!index_or_err) {
181-
LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), index_or_err.takeError(), "{0}");
181+
LLDB_LOG_ERROR(GetLog(LLDBLog::DataFormatters), index_or_err.takeError(),
182+
"{0}");
182183
return false;
183184
}
184185

0 commit comments

Comments
 (0)