diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2018-07-08 16:51:50 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2018-07-08 16:51:50 +0000 |
commit | d6a80aa2751ddc659fffdbd0b77cd40a9ae2c65e (patch) | |
tree | 89a523a063fb0ffcbadaddd53630d03664b98b85 /scripts/indent.sh | |
parent | 09222f491cf037c8f044ad6a5ebfc916119afa5d (diff) | |
download | lynx-snapshots-d6a80aa2751ddc659fffdbd0b77cd40a9ae2c65e.tar.gz |
snapshot of project "lynx", label v2-8-9rel_1
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 |