1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Normalised lambda whitespace

This commit is contained in:
ed 2020-06-05 09:12:15 +01:00
parent d510b73cdf
commit b5214a341e
33 changed files with 58 additions and 58 deletions

View file

@ -2499,7 +2499,7 @@ private:
if (! subprojectInfo.second.isEmpty())
{
auto newEnd = std::remove_if (availableBuildProducts.begin(), availableBuildProducts.end(),
[&subprojectInfo](const std::pair<String, String> &item)
[&subprojectInfo] (const std::pair<String, String> &item)
{
return ! subprojectInfo.second.contains (item.first);
});