Merge pull request #756 from sieben/dos2unix

dos2unix fix
ico
Simon Duquennoy 2015-10-18 20:26:07 +02:00
commit 10bd49a71a
37 changed files with 5865 additions and 5856 deletions

12
.gitattributes vendored Normal file
View File

@ -0,0 +1,12 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto whitespace=trailing-space
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.java text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

View File

@ -1195,4 +1195,3 @@ void halLcdScrollLine(int Line)
for (i = Row; i < Row + FONT_HEIGHT; i++)
halLcdScrollRow(i);
}

View File

@ -11,4 +11,3 @@ GETTING_STARTED = \
<b>Getting started</b><br>\
<br>\
<br><i>F1:</i> Toggle quick help</i>

View File

@ -920,4 +920,3 @@ FT_STATUS WINAPI FT_Reload(
#endif /* FTD2XX_H */