Module Name: src Committed By: rillig Date: Sun May 14 14:14:07 UTC 2023
Modified Files: src/usr.bin/indent: indent.h io.c lexi.c pr_comment.c Log Message: indent: reduce code for scanning tokens The input line is guaranteed to end with '\n', so there's no need to carry another pointer around. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/usr.bin/indent/indent.h cvs rdiff -u -r1.163 -r1.164 src/usr.bin/indent/io.c cvs rdiff -u -r1.182 -r1.183 src/usr.bin/indent/lexi.c cvs rdiff -u -r1.133 -r1.134 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.