Commit graph

3 commits

Author SHA1 Message Date
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
torcs-ng
645f43d90b fix FSF Address
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4428 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 876da16bec038f33881523310c3faa8012ce5dc5
Former-commit-id: 52343f660d960293f1acb8176f05ec01b604667d
2012-01-18 22:02:25 +00:00
pouillot
c28e92f906 Renamed CHANGES COPYING INSTALL README TODO (add a .txt extension) for smoother integration under Windows (we make efforts ;-)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2811 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: a7a00f9e6b4d9b225d2c6a988e9678523515e39e
Former-commit-id: 01f5cff8fa5c61915056103e919faff6d7d2fda0
2010-09-27 21:14:16 +00:00