runastyle: remove trailing spaces in cfg files

This commit is contained in:
Daniel Marjamäki 2014-08-15 16:01:39 +02:00
parent 7e442cf75d
commit d6ee5ca865
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/*