From d9c4a95345bd758e45196b29368bd2ff0f2790e3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:48 +0200 Subject: tagging ychat-0.5.2 --- scripts/astyle.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/astyle.sh') 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 -- cgit v1.2.3