13
0

NOOP, re-indent using tabs

This commit is contained in:
Robin Gareus 2014-06-11 16:50:49 +02:00
parent 4d0e564fa7
commit 6003aea385

View File

@ -596,7 +596,7 @@ Diskstream::check_record_status (framepos_t transport_frame, bool can_record)
const int fully_rec_enabled = (transport_rolling|track_rec_enabled|global_rec_enabled);
/* merge together the 3 factors that affect record status, and compute
what has changed.
* what has changed.
*/
rolling = _session.transport_speed() != 0.0f;
@ -647,8 +647,8 @@ Diskstream::check_record_status (framepos_t transport_frame, bool can_record)
if (change & transport_rolling) {
/* transport-change (stopped rolling): last_recordable_frame was set in ::prepare_to_stop(). We
had to set it there because we likely rolled past the stopping point to declick out,
and then backed up.
* had to set it there because we likely rolled past the stopping point to declick out,
* and then backed up.
*/
} else {