diff options
Diffstat (limited to 'scripts/indent.sh')
-rwxr-xr-x | scripts/indent.sh | 5 |
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 |