mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
indent(1): remove unneeded comma.
It is not a good practice to start a newline with a comma anyways. Discussed with: bjk Differential Revision: https://reviews.freebsd.org/D8690
This commit is contained in:
parent
43d91c021f
commit
bde60d7544
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ Default:
|
|||
.It Fl badp , nbadp
|
||||
This is vaguely similar to
|
||||
.Fl bad
|
||||
, except that it only applies to the first set of declarations
|
||||
except that it only applies to the first set of declarations
|
||||
in a procedure (just after the first `{') and it causes a blank
|
||||
line to be generated even if there are no declarations.
|
||||
The default is
|
||||
|
|
|
|||
Loading…
Reference in a new issue