diff options
Diffstat (limited to 'scripts/astyle.sh')
| -rwxr-xr-x | scripts/astyle.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/astyle.sh b/scripts/astyle.sh index 4376887..757364e 100755 --- a/scripts/astyle.sh +++ b/scripts/astyle.sh @@ -1,5 +1,6 @@ #!/bin/sh -# The yChat Project (2004) + +# The yChat Project (2004, 2005) # # This uses "astyle" to format C++ code into a specific code style! @@ -8,7 +9,7 @@ do for i in `find . -name "*.$f"` do echo $i - astyle --style=gnu $i + astyle --style=ansi -s2 $i rm -f $i.orig done done |
