From 806251bf6fc5e8eaf9c2d5ebb2f344ac82e49879 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 21 Oct 2018 18:07:08 +0100 Subject: [PATCH] Whoops: Remove extra blank line. Signed-off-by: Adrian Conlon --- MC6809/test/Board.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/MC6809/test/Board.cpp b/MC6809/test/Board.cpp index 0015d9e..f108057 100644 --- a/MC6809/test/Board.cpp +++ b/MC6809/test/Board.cpp @@ -44,7 +44,6 @@ void Board::initialise() { } if (m_configuration.terminatesEarly()) CPU().ExecutingInstruction.connect(std::bind(&Board::Cpu_ExecutedInstruction_Terminator, this, std::placeholders::_1)); - } void Board::Cpu_ExecutingInstruction_Debug(EightBit::mc6809&) {