diff options
Diffstat (limited to 'scripts/indent.sh')
-rwxr-xr-x | scripts/indent.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/indent.sh b/scripts/indent.sh index ca06d26f..506be6a1 100755 --- a/scripts/indent.sh +++ b/scripts/indent.sh @@ -1,7 +1,7 @@ #!/bin/sh -# $LynxId: indent.sh,v 1.4 2013/10/20 19:34:35 tom Exp $ +# $LynxId: indent.sh,v 1.5 2018/07/08 15:22:44 tom Exp $ # Indent LYNX files (for reference). See "lnx-indent" from -# http://invisible-island.net/cindent/ +# https://invisible-island.net/cindent/ NOOP=no OPTS=' --blank-lines-after-declarations |