mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Removes stray line break.
This commit is contained in:
@@ -89,8 +89,7 @@ void TapePlayer::get_next_pulse() {
|
|||||||
if(tape_) {
|
if(tape_) {
|
||||||
current_pulse_ = tape_->get_next_pulse();
|
current_pulse_ = tape_->get_next_pulse();
|
||||||
if(tape_->is_at_end()) update_sleep_observer();
|
if(tape_->is_at_end()) update_sleep_observer();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
current_pulse_.length.length = 1;
|
current_pulse_.length.length = 1;
|
||||||
current_pulse_.length.clock_rate = 1;
|
current_pulse_.length.clock_rate = 1;
|
||||||
current_pulse_.type = Tape::Pulse::Zero;
|
current_pulse_.type = Tape::Pulse::Zero;
|
||||||
|
Reference in New Issue
Block a user