repo.or.cz
/
quvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arte.lua: Parse swf_player_url
[quvi.git]
/
scripts
/
astyle_c.sh
blob
6898ab55a7343c60258b3c169e87db08a1345e3e
1
#!/bin/sh
2
3
# Apply project-wide indentation rules to the C source code.
4
5
astyle
--mode
=
c
--style
=
gnu
-r -c -n
"*.c"
"*.h"
6
exit
$?