Module Name: src Committed By: rillig Date: Sat Sep 25 22:24:35 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: use strlen instead of own implementation
The two loops looks similar but differ in a crucial detail that makes up
for a '+ 1'.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/usr.bin/indent/indent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
