speed-dreams-code/packaging
xavi92 6d7ca06e02 String trailing whitespaces
The following shell script was used:

while read f
do
        sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
        -e '.\cpp$' \
        -e '\.cmake$' \
        -e '\.txt$' \
        -e '\.cppcheck$' \
        -e '\.frag$' \
        -e '\.h$' \
        -e '\.hpp$' \
        -e '\.vert$' \
        -e '\.xml$' \
        -e '\.java$' \
        -e '\.c$')
EOF

As a side effect, this has also converted some files from CRLF line
endings to LF.

File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.



git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9507 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00
..
3rdParty-devel String trailing whitespaces 2024-07-30 21:45:07 +00:00
appdata String trailing whitespaces 2024-07-30 21:45:07 +00:00
desura String trailing whitespaces 2024-07-30 21:45:07 +00:00
loki Fixed #718 Actual encoding now consistent with XML header (needed for the txml => Expat 2 port) 2012-07-08 12:40:00 +00:00
OSX WIP for ticket 1047 Automate creation of Base app for MacOS 2020-08-30 04:46:14 +00:00
portable Add option to create portable app for Windows 2023-11-05 22:25:58 +00:00
sources - update package for new simuV5 module 2023-10-28 19:26:51 +00:00
windows String trailing whitespaces 2024-07-30 21:45:07 +00:00
CMakeLists.txt String trailing whitespaces 2024-07-30 21:45:07 +00:00