mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NOOP: fix indentation
This commit is contained in:
parent
d65bc2a798
commit
5eb4ea0148
1 changed files with 1 additions and 1 deletions
|
|
@ -1355,7 +1355,7 @@ Region::_set_state (const XMLNode& node, int version, PropertyChange& what_chang
|
||||||
*/
|
*/
|
||||||
if ((length().time_domain() == Temporal::AudioTime) && (_sources.front()->length().time_domain() == Temporal::AudioTime) && (length().distance() > _sources.front()->length())) {
|
if ((length().time_domain() == Temporal::AudioTime) && (_sources.front()->length().time_domain() == Temporal::AudioTime) && (length().distance() > _sources.front()->length())) {
|
||||||
_length = timecnt_t (start().distance (_sources.front()->length()), _length.val().position());
|
_length = timecnt_t (start().distance (_sources.front()->length()), _length.val().position());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
set_id (node);
|
set_id (node);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue