1
0
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:
Thomas Harte
2017-12-23 18:42:04 -05:00
parent b4bfcd4279
commit f4d414d6e4

View File

@@ -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;