aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 13:44:38 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 13:44:38 +0000
commita71f0a4648cc64c4a2f41e797d9956116287f162 (patch)
treeda41ee77660aa08983b089c0d57c0d0105564b04 /indent.sh
parentec518fdc477c0200e618257ca45236d6393cdd18 (diff)
downloadlcd4linux-a71f0a4648cc64c4a2f41e797d9956116287f162.tar.gz
added svn properties and keywords
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@729 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'indent.sh')
-rwxr-xr-xindent.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/indent.sh b/indent.sh
index 11a02b2..c4adcf0 100755
--- a/indent.sh
+++ b/indent.sh
@@ -1,5 +1,9 @@
#! /bin/bash
+# $Id$
+# $URL$
+
+
# -kr Use Kernighan & Ritchie coding style.
# -l120 Set maximum line length for non-comment lines to 150.