updated runastyle scripts

This commit is contained in:
Daniel Marjamäki 2013-07-07 11:04:05 +02:00
parent d49cf4197e
commit b0951c5928
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -16,3 +16,5 @@ astyle %STYLE% %OPTIONS% test/*.h
astyle %STYLE% %OPTIONS% tools/*.cpp
astyle %STYLE% %OPTIONS% htdocs/archive/*.cpp
astyle %STYLE% %OPTIONS% htdocs/archive/*.h