Skip to content

Commit

Permalink
updated runastyle scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jul 7, 2013
1 parent b0951c5 commit b51ed80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runastyle
Expand Up @@ -31,7 +31,7 @@ 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/*.c
astyle $style $options htdocs/archive/*.h

# Convert tabs to spaces.. even in strings
Expand Down
2 changes: 1 addition & 1 deletion runastyle.bat
Expand Up @@ -16,5 +16,5 @@ astyle %STYLE% %OPTIONS% test/*.h

astyle %STYLE% %OPTIONS% tools/*.cpp

astyle %STYLE% %OPTIONS% htdocs/archive/*.cpp
astyle %STYLE% %OPTIONS% htdocs/archive/*.c
astyle %STYLE% %OPTIONS% htdocs/archive/*.h

0 comments on commit b51ed80

Please sign in to comment.