Skip to content

Commit 0bba5f7

Browse files
committed
Fix formatting
1 parent 9a269fa commit 0bba5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/Target.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ void Target::SetExecutableModule(ModuleSP &executable_sp,
16311631
std::lock_guard<std::mutex> guard(dependent_files_mutex);
16321632
for (; i < dependent_files.GetSize(); i++)
16331633
task_group.async(GetDependentModules,
1634-
dependent_files.GetFileSpecAtIndex(i));
1634+
dependent_files.GetFileSpecAtIndex(i));
16351635
}
16361636
task_group.wait();
16371637
}

0 commit comments

Comments
 (0)