runastyle: removed sed command that mess with the make

This commit is contained in:
Daniel Marjamäki 2013-01-24 19:44:42 +01:00
parent c235737b6c
commit bdd92b6898
1 changed files with 1 additions and 1 deletions

View File

@ -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