aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
diff options
context:
space:
mode:
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.