runastyle: removed sed command that mess with the make
This commit is contained in:
parent
c235737b6c
commit
bdd92b6898
|
@ -32,5 +32,5 @@ 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
|
# Convert tabs to spaces.. even in strings
|
||||||
sed -i "s/\t/ /g" test/test*.cpp
|
# sed -i "s/\t/ /g" test/test*.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue