Skip to content

Commit 21b3c84

Browse files
committed
formatting
1 parent 656fe55 commit 21b3c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/ModuleList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ bool ModuleList::LoadScriptingResourcesInTarget(Target *target,
10521052
// the module list is held is asking for A/B locking problems.
10531053
const ModuleList tmp_module_list(*this);
10541054
m_modules_mutex.unlock();
1055-
1055+
10561056
for (auto module : tmp_module_list.ModulesNoLocking()) {
10571057
if (module) {
10581058
Status error;

0 commit comments

Comments
 (0)