NO-OP: whitespace
This commit is contained in:
parent
cf775ef4d3
commit
ed32a00afa
@ -443,7 +443,7 @@ Region::set_name (const std::string& str)
|
|||||||
void
|
void
|
||||||
Region::set_selected_for_solo(bool yn)
|
Region::set_selected_for_solo(bool yn)
|
||||||
{
|
{
|
||||||
if ( _soloSelected != yn) {
|
if (_soloSelected != yn) {
|
||||||
|
|
||||||
boost::shared_ptr<Playlist> pl (playlist());
|
boost::shared_ptr<Playlist> pl (playlist());
|
||||||
if (pl){
|
if (pl){
|
||||||
@ -1812,7 +1812,7 @@ Region::transients (AnalysisFeatureList& afl)
|
|||||||
if (!_user_transients.empty ()) {
|
if (!_user_transients.empty ()) {
|
||||||
++cnt;
|
++cnt;
|
||||||
}
|
}
|
||||||
if (cnt > 1 ) {
|
if (cnt > 1) {
|
||||||
afl.sort ();
|
afl.sort ();
|
||||||
// remove exact duplicates
|
// remove exact duplicates
|
||||||
TransientDetector::cleanup_transients (afl, _session.sample_rate(), 0);
|
TransientDetector::cleanup_transients (afl, _session.sample_rate(), 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user