Module Name: src Committed By: rillig Date: Fri Nov 26 14:17:01 UTC 2021
Modified Files: src/usr.bin/indent: indent.c io.c Log Message: indent: move ind_add from io.c to indent.c It's a general-purpose function that is not directly related to input or output. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/usr.bin/indent/indent.c cvs rdiff -u -r1.133 -r1.134 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.