Clean up some white space [ci skip]
This commit is contained in:
parent
de657bf615
commit
04fabd46d0
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ void sfz::FilePool::dispatchingJob() noexcept
|
|||
}
|
||||
|
||||
std::lock_guard<std::mutex> guard { loadingJobsMutex };
|
||||
|
||||
|
||||
if (filesToLoad.try_pop(queuedData)) {
|
||||
loadingJobs.push_back(
|
||||
threadPool.enqueue([this](const QueuedFileData& data) { loadingJob(data); }, queuedData));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue