Module Name: src Committed By: rillig Date: Sun Oct 24 20:57:11 UTC 2021
Modified Files: src/usr.bin/indent: indent.c Log Message: indent: rename seen_quest to quest_level The new name aligns with other similar variables like ind_level, case_ind_level and ifdef_level. The old name 'seen' is mainly used for bool variables. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/usr.bin/indent/indent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.