diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-20 22:26:42 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-10-20 22:26:42 -0400 |
commit | 4f425f10de2f941c23f2c927767fb92a6053044f (patch) | |
tree | bf7fbacd83080970c9ec09aad3d9810433b4a3dc /scripts/indent.sh | |
parent | f5c107c419d617e6fbe62dbc87894413cbdba851 (diff) | |
download | lynx-snapshots-4f425f10de2f941c23f2c927767fb92a6053044f.tar.gz |
snapshot of project "lynx", label v2-8-8dev_16u
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 |