Clean up some white space [ci skip]

This commit is contained in:
Jean Pierre Cimalando 2020-10-18 23:14:12 +02:00
parent de657bf615
commit 04fabd46d0

View file

@ -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));