From f4d414d6e41f57cb326eea5ad8471543d3fbbfb0 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 23 Dec 2017 18:42:04 -0500 Subject: [PATCH] Removes stray line break. --- Storage/Tape/Tape.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Storage/Tape/Tape.cpp b/Storage/Tape/Tape.cpp index 0d5ce1504..6722f6575 100644 --- a/Storage/Tape/Tape.cpp +++ b/Storage/Tape/Tape.cpp @@ -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;