Skip to content

Commit b51ed80

Browse files
committed
updated runastyle scripts
1 parent b0951c5 commit b51ed80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: runastyle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ astyle $style $options tools/*.cpp
3131
astyle $style $options --recursive "samples/*.c"
3232
astyle $style $options --recursive "samples/*.cpp"
3333

34-
astyle $style $options htdocs/archive/*.cpp
34+
astyle $style $options htdocs/archive/*.c
3535
astyle $style $options htdocs/archive/*.h
3636

3737
# Convert tabs to spaces.. even in strings

Diff for: runastyle.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ astyle %STYLE% %OPTIONS% test/*.h
1616

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

19-
astyle %STYLE% %OPTIONS% htdocs/archive/*.cpp
19+
astyle %STYLE% %OPTIONS% htdocs/archive/*.c
2020
astyle %STYLE% %OPTIONS% htdocs/archive/*.h

0 commit comments

Comments
 (0)