runastyle: remove trailing spaces in cfg files
This commit is contained in:
parent
7e442cf75d
commit
d6ee5ca865
|
@ -36,4 +36,4 @@ astyle $style $options --recursive "samples/*.cpp"
|
||||||
# sed -i "s/\t/ /g" test/test*.cpp
|
# sed -i "s/\t/ /g" test/test*.cpp
|
||||||
|
|
||||||
# strip useless whitespaces from config files
|
# strip useless whitespaces from config files
|
||||||
# sed -i "s/\ $//" cfg/*
|
sed -i "s/\ \ *$//" cfg/*
|
||||||
|
|
Loading…
Reference in New Issue