From 3a96ab7e91145b367d05e98533b5f426f762f83f Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:49:02 +0100 Subject: add packages --- yhttpd/scripts/astyle.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 yhttpd/scripts/astyle.sh (limited to 'yhttpd/scripts/astyle.sh') diff --git a/yhttpd/scripts/astyle.sh b/yhttpd/scripts/astyle.sh deleted file mode 100755 index 8f67195..0000000 --- a/yhttpd/scripts/astyle.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# The yhttpd 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