Module Name: src Committed By: rillig Date: Sun Oct 24 19:14:33 UTC 2021
Modified Files: src/usr.bin/indent: args.c indent.c lexi.c parse.c pr_comment.c Log Message: indent: run indent on its own source code With manual corrections afterwards. Indent still does not get extra_expr_indent correctly, it also indents global variables after tagged declarations too deep. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.bin/indent/args.c cvs rdiff -u -r1.148 -r1.149 src/usr.bin/indent/indent.c cvs rdiff -u -r1.94 -r1.95 src/usr.bin/indent/lexi.c cvs rdiff -u -r1.36 -r1.37 src/usr.bin/indent/parse.c cvs rdiff -u -r1.82 -r1.83 src/usr.bin/indent/pr_comment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.