diff --git a/inout.atsln b/inout.atsln
index 7efe3e3..fc26abf 100644
--- a/inout.atsln
+++ b/inout.atsln
@@ -19,4 +19,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
-EndGlobal
+EndGlobal
\ No newline at end of file
diff --git a/inout/inout.cpp b/inout/inout.cpp
index 1bb3c2d..428e012 100644
--- a/inout/inout.cpp
+++ b/inout/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/inout.cppproj b/inout/inout.cppproj
index c21e616..37ec707 100644
--- a/inout/inout.cppproj
+++ b/inout/inout.cppproj
@@ -167,7 +167,7 @@
echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i > "$(MSBuildProjectDirectory)\avrdude.bat"
-
+
compile
@@ -181,4 +181,4 @@
-
+
\ No newline at end of file
diff --git a/inout/inout.h b/inout/inout.h
index 1da178a..d6811b1 100644
--- a/inout/inout.h
+++ b/inout/inout.h
@@ -295,4 +295,4 @@ public:
}
};
-#endif
+#endif
\ No newline at end of file
diff --git a/inout/main.cpp b/inout/main.cpp
index b25f6fd..9619e85 100644
--- a/inout/main.cpp
+++ b/inout/main.cpp
@@ -49,4 +49,4 @@ int main()
}
return 0;
-}
+}
\ No newline at end of file