Removed trailing newlines

This commit is contained in:
BlackMark 2016-05-24 20:13:39 +02:00
parent 065f21440c
commit 9e1a0d8a2e
5 changed files with 6 additions and 6 deletions

View File

@ -19,4 +19,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
EndGlobal

View File

@ -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 );
}
}

View File

@ -167,7 +167,7 @@
<PreBuildEvent>echo "C:\avrdude-6.2\avrdude.exe" -v -p$(avrdevice) %%* -Uflash:w:"$(OutputDirectory)\$(Name).hex":i &gt; "$(MSBuildProjectDirectory)\avrdude.bat"</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
<Compile Include="Clock.h">
<Compile Include="clock.h">
<SubType>compile</SubType>
</Compile>
<Compile Include="inout.cpp">
@ -181,4 +181,4 @@
</Compile>
</ItemGroup>
<Import Project="$(AVRSTUDIO_EXE_PATH)\\Vs\\Compiler.targets" />
</Project>
</Project>

View File

@ -295,4 +295,4 @@ public:
}
};
#endif
#endif

View File

@ -49,4 +49,4 @@ int main()
}
return 0;
}
}