runastyle: don't strip trailing spaces in cfg files. After a 'runastyle;git commit;git push', I get changes if I run runastyle again.

[ci skip]
This commit is contained in:
Daniel Marjamäki 2014-06-25 06:20:04 +02:00
parent c77786a745
commit 0023dec567
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ astyle $style $options --recursive "samples/*.cpp"
# sed -i "s/\t/ /g" test/test*.cpp
# strip useless whitespaces from config files
sed -i "s/\ $//" cfg/*
# sed -i "s/\ $//" cfg/*