diff --git a/src/Bus.cpp b/src/Bus.cpp index 2080d58..44bb0f0 100644 --- a/src/Bus.cpp +++ b/src/Bus.cpp @@ -73,4 +73,4 @@ uint8_t& EightBit::Bus::reference() { bool rom; auto& value = reference(ADDRESS().word, rom); return LIKELY(!rom) ? referenceDATA(value) : placeDATA(value); -} \ No newline at end of file +} diff --git a/src/EventArgs.cpp b/src/EventArgs.cpp index aeecdba..0a11942 100644 --- a/src/EventArgs.cpp +++ b/src/EventArgs.cpp @@ -1,4 +1,4 @@ #include "stdafx.h" #include "EventArgs.h" -EightBit::EventArgs EightBit::EventArgs::m_empty; \ No newline at end of file +EightBit::EventArgs EightBit::EventArgs::m_empty; diff --git a/src/Memory.cpp b/src/Memory.cpp index c9b3803..095a847 100644 --- a/src/Memory.cpp +++ b/src/Memory.cpp @@ -33,4 +33,4 @@ int EightBit::Memory::loadBinary( file.close(); return size; -} \ No newline at end of file +}