mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Whitespace
This commit is contained in:
parent
7ab0c9812a
commit
c66e8baf7e
3 changed files with 8 additions and 8 deletions
|
|
@ -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 "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue