Formatting fixes

This commit is contained in:
Tres Finocchiaro
2014-06-04 08:58:06 -04:00
parent 7a03353fb6
commit e06759d0d8

View File

@@ -352,7 +352,7 @@ void sf2Instrument::openFile( const QString & _sf2File, bool updateTrackName )
delete[] sf2Ascii;
if( updateTrackName || instrumentTrack()->displayName() == displayName())
if( updateTrackName || instrumentTrack()->displayName() == displayName() )
{
instrumentTrack()->setName( QFileInfo( _sf2File ).baseName() );
}