mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
cosmetic cleanup
This commit is contained in:
parent
04367b199a
commit
29e2de7fd0
40 changed files with 3783 additions and 3787 deletions
|
|
@ -458,7 +458,7 @@ void AudioDeviceManager::updateXml()
|
|||
|
||||
for (int i = 0; i < midiInsFromXml.size(); ++i)
|
||||
{
|
||||
if (! availableMidiDevices.contains (midiInsFromXml[i], true))
|
||||
if (! availableMidiDevices.contains (midiInsFromXml[i], true))
|
||||
{
|
||||
XmlElement* const m = new XmlElement (T("MIDIINPUT"));
|
||||
m->setAttribute (T("name"), midiInsFromXml[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue