From 5ca206ce46474fc47bfd966996df9fdbcb094a6c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:55:05 +0000 Subject: moving into ychat subdir --- scripts/astyle.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 scripts/astyle.sh (limited to 'scripts/astyle.sh') diff --git a/scripts/astyle.sh b/scripts/astyle.sh deleted file mode 100755 index b9dbc45..0000000 --- a/scripts/astyle.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# The yChat Project (2004) -# -# This uses "astyle" to format C++ code into a specific code style! - -for f in h cpp tmpl -do - for i in `find . -name "*.$f"` - do - echo $i - astyle --style=ansi -s2 $i - rm -f $i.orig - done -done -- cgit v1.2.3