indent(1): add a piece missed in r311138.

This commit is contained in:
Piotr Pawel Stefaniak 2017-01-02 20:49:24 +00:00
parent 94ef145e6b
commit 183668da96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311141

View File

@ -96,6 +96,7 @@ struct pro {
{"T", PRO_SPECIAL, 0, KEY, 0},
{"U", PRO_SPECIAL, 0, KEY_FILE, 0},
{"P", PRO_SPECIAL, 0, IGN, 0},
{"bacc", PRO_BOOL, false, ON, &blanklines_around_conditional_compilation},
{"badp", PRO_BOOL, false, ON, &blanklines_after_declarations_at_proctop},
{"bad", PRO_BOOL, false, ON, &blanklines_after_declarations},