mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Some minor formatting and comment fixes
This commit is contained in:
parent
a586966c65
commit
f85d706131
232 changed files with 82097 additions and 82135 deletions
|
|
@ -142,7 +142,7 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
MainContentComponent::MainContentComponent ()
|
||||
MainContentComponent::MainContentComponent()
|
||||
: midiInputLabel ("Midi Input Label", "MIDI Input:"),
|
||||
midiOutputLabel ("Midi Output Label", "MIDI Output:"),
|
||||
incomingMidiLabel ("Incoming Midi Label", "Received MIDI messages:"),
|
||||
|
|
@ -341,7 +341,7 @@ void MainContentComponent::updateDeviceList (bool isInputDeviceList)
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void MainContentComponent::timerCallback ()
|
||||
void MainContentComponent::timerCallback()
|
||||
{
|
||||
updateDeviceList (true);
|
||||
updateDeviceList (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue