Module Name: src
Committed By: rillig
Date: Sat Sep 25 23:38:45 UTC 2021
Modified Files:
src/usr.bin/indent: args.c
Log Message:
indent: reduce abstraction layer for defining boolean options
When initializing a boolean option, the most natural values are true and
false. Replace the previous values ON and OFF with them.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/indent/args.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.