--- - branch: MAIN date: Sat Mar 13 13:51:08 UTC 2021 files: - new: '1.21' old: '1.20' path: src/usr.bin/indent/args.c pathrev: src/usr.bin/indent/args.c@1.21 type: modified - new: '1.57' old: '1.56' path: src/usr.bin/indent/indent.c pathrev: src/usr.bin/indent/indent.c@1.57 type: modified - new: '1.20' old: '1.19' path: src/usr.bin/indent/indent_globs.h pathrev: src/usr.bin/indent/indent_globs.h@1.20 type: modified - new: '1.43' old: '1.42' path: src/usr.bin/indent/io.c pathrev: src/usr.bin/indent/io.c@1.43 type: modified - new: '1.29' old: '1.28' path: src/usr.bin/indent/pr_comment.c pathrev: src/usr.bin/indent/pr_comment.c@1.29 type: modified id: 20210313T135108Z.a5bebc40721e279cfbc2daea57d33d7bd3bcc8f6 log: | indent: distinguish between 'column' and 'indentation' column == 1 + indentation. In addition, indentation is a relative distance while column is an absolute position. Therefore, don't confuse these two concepts, to prevent off-by-one errors. No functional change. module: src subject: 'CVS commit: src/usr.bin/indent' unixtime: '1615643468' user: rillig