arte.lua: Parse swf_player_url
[quvi.git] / scripts / astyle_c.sh
blob6898ab55a7343c60258b3c169e87db08a1345e3e
1 #!/bin/sh
3 # Apply project-wide indentation rules to the C source code.
5 astyle --mode=c --style=gnu -r -c -n "*.c" "*.h"
6 exit $?