13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2018-08-18 14:10:47 +02:00
parent cf775ef4d3
commit ed32a00afa

View File

@ -443,7 +443,7 @@ Region::set_name (const std::string& str)
void
Region::set_selected_for_solo(bool yn)
{
if ( _soloSelected != yn) {
if (_soloSelected != yn) {
boost::shared_ptr<Playlist> pl (playlist());
if (pl){
@ -1812,7 +1812,7 @@ Region::transients (AnalysisFeatureList& afl)
if (!_user_transients.empty ()) {
++cnt;
}
if (cnt > 1 ) {
if (cnt > 1) {
afl.sort ();
// remove exact duplicates
TransientDetector::cleanup_transients (afl, _session.sample_rate(), 0);