Module Name: src Committed By: rillig Date: Thu Nov 25 20:44:10 UTC 2021
Modified Files: src/tests/usr.bin/indent: opt_fc1.c token_comment.c src/usr.bin/indent: pr_comment.c Log Message: indent: fix accidentally joined and broken comments (since 2019-04-04) The fixed version is not perfect as it gets the indentation of the last line of the first comment wrong, but at least indent doesn't generate malformed output anymore. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/indent/opt_fc1.c cvs rdiff -u -r1.25 -r1.26 src/tests/usr.bin/indent/token_comment.c cvs rdiff -u -r1.122 -r1.123 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.