Module Name: src Committed By: rillig Date: Sat Mar 13 10:32:25 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent.h io.c pr_comment.c Log Message: indent: inline calls to count_spaces and count_spaces_until These two functions operated on column numbers instead of indentation, which required adjustments of '+ 1' and '- 1'. Their names were completely wrong since these functions did not count anything, instead they computed the column. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.bin/indent/indent.c cvs rdiff -u -r1.12 -r1.13 src/usr.bin/indent/indent.h cvs rdiff -u -r1.40 -r1.41 src/usr.bin/indent/io.c cvs rdiff -u -r1.23 -r1.24 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.