From c8bef3603293ff9fcd7ccd0c957fa63a1d62e842 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Tue, 24 May 2016 20:11:24 +0200 Subject: [PATCH] Removed trailing new lines --- inout.cpp | 2 +- inout.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inout.cpp b/inout.cpp index 1bb3c2d..428e012 100644 --- a/inout.cpp +++ b/inout.cpp @@ -218,4 +218,4 @@ void InOutPort::setPort( InOut::Pin enmPortPin ) m_vpui8Input = InOut::getPort( enmPortPin, InOut::Type::T_PIN ); m_vpui8Dir = InOut::getPort( enmPortPin, InOut::Type::T_DDR ); m_vpui8Output = InOut::getPort( enmPortPin, InOut::Type::T_PORT ); -} +} \ No newline at end of file diff --git a/inout.h b/inout.h index 1da178a..d6811b1 100644 --- a/inout.h +++ b/inout.h @@ -295,4 +295,4 @@ public: } }; -#endif +#endif \ No newline at end of file