mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
indent(1): add a piece missed in r311138.
This commit is contained in:
parent
94ef145e6b
commit
183668da96
1 changed files with 1 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue