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:
parent
d510b73cdf
commit
b5214a341e
33 changed files with 58 additions and 58 deletions
|
|
@ -517,7 +517,7 @@ AudioIODeviceType* AudioDeviceManager::getCurrentDeviceTypeObject() const
|
|||
|
||||
static void updateSetupChannels (AudioDeviceManager::AudioDeviceSetup& setup, int defaultNumIns, int defaultNumOuts)
|
||||
{
|
||||
auto updateChannels = [](const String& deviceName, BigInteger& channels, int defaultNumChannels)
|
||||
auto updateChannels = [] (const String& deviceName, BigInteger& channels, int defaultNumChannels)
|
||||
{
|
||||
if (deviceName.isEmpty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue