Skip to content

Commit efbcd37

Browse files
committed
Formatting fix
1 parent 72f0209 commit efbcd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ InstrumentationBoundsSafetyStopInfo::ComputeStopReasonAndSuggestedStackFrame(
137137
return {};
138138
}
139139

140-
if (parent_sf->HasDebugInformation())
140+
if (parent_sf->HasDebugInformation())
141141
return ComputeStopReasonAndSuggestedStackFrameWithDebugInfo(
142142
parent_sf, debugger_id, warning_emitted_for_failure);
143143

0 commit comments

Comments
 (0)