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