mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Normalised lambda whitespace
This commit is contained in:
parent
d510b73cdf
commit
b5214a341e
33 changed files with 58 additions and 58 deletions
|
|
@ -868,7 +868,7 @@ namespace
|
|||
//==============================================================================
|
||||
int performCommandLine (const ArgumentList& args)
|
||||
{
|
||||
return ConsoleApplication::invokeCatchingFailures ([&] () -> int
|
||||
return ConsoleApplication::invokeCatchingFailures ([&]() -> int
|
||||
{
|
||||
if (args.containsOption ("--lf"))
|
||||
preferredLineFeed = "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue