Module Name: src Committed By: rillig Date: Sat Sep 25 22:54:32 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c Log Message: indent: convert found_err to bool That variable had slipped through the migration since it consequently used int for the declaration, the definition and all assignments. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/usr.bin/indent/indent.c cvs rdiff -u -r1.35 -r1.36 src/usr.bin/indent/indent_globs.h cvs rdiff -u -r1.64 -r1.65 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.