NO-OP: comment formatting
Use asterisks to separate indent (tabs) and alignment (spaces) in comments. Also remove trailing whitespace.
This commit is contained in:
parent
13f041536d
commit
41c503768b
@ -225,11 +225,11 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo
|
||||
bool transport_was_stopped = !_transport_fsm->rolling();
|
||||
|
||||
/* Prevent rolling in the case of calling Session::goto_start while
|
||||
SessionConfiguration::get_auto_play == false.
|
||||
|
||||
Because _transport_fsm->motion_state == WaitingForLocate after
|
||||
calling goto_start, we have to check for _transport_fsm->locating()
|
||||
and with_roll here.
|
||||
* SessionConfiguration::get_auto_play == false.
|
||||
*
|
||||
* Because _transport_fsm->motion_state == WaitingForLocate after
|
||||
* calling goto_start, we have to check for _transport_fsm->locating()
|
||||
* and with_roll here.
|
||||
*/
|
||||
|
||||
if (!with_roll && _transport_fsm->locating()) {
|
||||
|
Loading…
Reference in New Issue
Block a user