Module Name: src Committed By: rillig Date: Thu Nov 4 17:08:50 UTC 2021
Modified Files: src/usr.bin/indent: io.c Log Message: indent: fix off-by-one confusion in paren_indent The variable was called 'indent' but actually contained a 'column', which was off by one. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/usr.bin/indent/io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.