Module Name: src Committed By: rillig Date: Fri Nov 19 15:32:13 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent.h pr_comment.c Log Message: indent: rename input buffer variables >From reading the names 'save_com' and 'sc_end', it was not obvious enough that these two variables are the limits of the same buffer, the names were just too unrelated. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.219 -r1.220 src/usr.bin/indent/indent.c cvs rdiff -u -r1.87 -r1.88 src/usr.bin/indent/indent.h cvs rdiff -u -r1.117 -r1.118 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.