runastyle: extra conversion of tabs to spaces in test folder
This commit is contained in:
parent
10c11ec9dd
commit
cebe4d98b4
|
@ -30,3 +30,7 @@ astyle $style $options test/*.h
|
||||||
astyle $style $options tools/*.cpp
|
astyle $style $options tools/*.cpp
|
||||||
astyle $style $options --recursive "samples/*.c"
|
astyle $style $options --recursive "samples/*.c"
|
||||||
astyle $style $options --recursive "samples/*.cpp"
|
astyle $style $options --recursive "samples/*.cpp"
|
||||||
|
|
||||||
|
# Convert tabs to spaces.. even in strings
|
||||||
|
sed -i "s/\t/ /g" test/test*.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue