runastyle: extra conversion of tabs to spaces in test folder

This commit is contained in:
Daniel Marjamäki 2012-10-03 20:14:23 +02:00
parent 10c11ec9dd
commit cebe4d98b4
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ astyle $style $options test/*.h
astyle $style $options tools/*.cpp
astyle $style $options --recursive "samples/*.c"
astyle $style $options --recursive "samples/*.cpp"
# Convert tabs to spaces.. even in strings
sed -i "s/\t/ /g" test/test*.cpp