clang-format step
This commit is contained in:
parent
7c07df4f66
commit
e274084d2f
4 changed files with 30 additions and 32 deletions
|
|
@ -111,7 +111,6 @@ sfz::EQHolderPtr sfz::EQPool::getEQ(const EQDescription& description, unsigned n
|
|||
if (!lock.owns_lock())
|
||||
return {};
|
||||
|
||||
|
||||
auto eq = absl::c_find_if(eqs, [](const EQHolderPtr& holder) {
|
||||
return holder.use_count() == 1;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -532,8 +532,7 @@ TEST_CASE("[Files] Looped regions taken from files and possibly overriden")
|
|||
|
||||
TEST_CASE("[Files] Case sentitiveness")
|
||||
{
|
||||
const fs::path sfzFilePath = fs::current_path() /
|
||||
"tests/TestFiles/case_insensitive.sfz";
|
||||
const fs::path sfzFilePath = fs::current_path() / "tests/TestFiles/case_insensitive.sfz";
|
||||
|
||||
#if defined(_WIN32)
|
||||
const bool caseSensitiveFs = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue