From e5bc523e39fbaf822ed41a9852490247889c74e7 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 2 Jun 2008 15:58:26 +0000 Subject: [PATCH] coding style git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1051 0778d3d1-df1d-0410-868b-ea421aaaa00d --- src/core/instrument_midi_io.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/instrument_midi_io.cpp b/src/core/instrument_midi_io.cpp index c6bcc76ab..dd7ecb463 100644 --- a/src/core/instrument_midi_io.cpp +++ b/src/core/instrument_midi_io.cpp @@ -112,7 +112,8 @@ void instrumentMidiIO::saveSettings( QDomDocument & _doc, QDomElement & _this ) m_receiveEnabledModel.saveSettings( _doc, _this, "receive" ); m_sendEnabledModel.saveSettings( _doc, _this, "send" ); m_defaultVelocityInEnabledModel.saveSettings( _doc, _this, "defvelin" ); - m_defaultVelocityOutEnabledModel.saveSettings( _doc, _this, "defvelout" ); + m_defaultVelocityOutEnabledModel.saveSettings( _doc, _this, + "defvelout" ); if( m_receiveEnabledModel.value() == TRUE ) {