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

Whitespace

This commit is contained in:
ed 2021-07-28 15:38:39 +01:00
parent 7ab0c9812a
commit c66e8baf7e
3 changed files with 8 additions and 8 deletions

View file

@ -3393,7 +3393,7 @@ private:
static String indentList (StringArray list, char openBracket, char closeBracket, const String& separator, int extraTabs, bool shouldSort)
{
auto content = [extraTabs, shouldSort, &list, &separator] () -> String
auto content = [extraTabs, shouldSort, &list, &separator]() -> String
{
if (list.isEmpty())
return "";