Module Name: src Committed By: rillig Date: Sat Nov 27 21:15:58 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent.h io.c Log Message: indent: accept a few formatting suggestions from indent The remaining issues are still that the conditions look ambiguous even with -eei, and that __attribute__ is broken into a separate line. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/usr.bin/indent/indent.c cvs rdiff -u -r1.104 -r1.105 src/usr.bin/indent/indent.h cvs rdiff -u -r1.141 -r1.142 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.