Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgregorius committed Aug 11, 2024
1 parent 9a45c97 commit c822c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracks/InstrumentTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ void InstrumentTrack::saveTrackSpecificSettings( QDomDocument& doc, QDomElement
// Only save the MIDI port information if we are not saving a preset.
if (!isPresetMode())
{
m_midiPort.saveState( doc, thisElement );
m_midiPort.saveState(doc, thisElement);
}

autoAssignMidiDevice(hasAuto);
Expand Down

0 comments on commit c822c10

Please sign in to comment.