runastyle: archive has been removed

This commit is contained in:
Daniel Marjamäki 2013-10-13 17:44:48 +02:00
parent bb0385321f
commit 79972d52fc
1 changed files with 0 additions and 3 deletions

View File

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