diff --git a/astyle.sh b/astyle.sh new file mode 100755 index 000000000..9e2551aab --- /dev/null +++ b/astyle.sh @@ -0,0 +1 @@ +find . -name "*.c" -exec astyle {} \;