about summary refs log tree commit diff stats
path: root/scripts/indent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/indent.sh')
-rwxr-xr-xscripts/indent.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/indent.sh b/scripts/indent.sh
index 899870de..ca06d26f 100755
--- a/scripts/indent.sh
+++ b/scripts/indent.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
-# $LynxId: indent.sh,v 1.3 2007/05/13 16:26:51 tom Exp $
-# Indent LYNX files.
+# $LynxId: indent.sh,v 1.4 2013/10/20 19:34:35 tom Exp $
+# Indent LYNX files (for reference).  See "lnx-indent" from
+#	http://invisible-island.net/cindent/
 NOOP=no
 OPTS='
 --blank-lines-after-declarations
125'>125 126 127 128 129 130 131 132