Module Name: src
Committed By: rillig
Date: Sat Sep 25 14:16:06 UTC 2021
Modified Files:
src/usr.bin/indent: args.c indent.c indent.h
Log Message:
indent: clean up initialization of options
The default values in 'struct pro' were redundant but all consistent,
even with the commented defaults in main_parse_command_line.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/indent/args.c
cvs rdiff -u -r1.70 -r1.71 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/indent/indent.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.