mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Fix style bug from rev 1.20 in `struct foo' definition example to match the
`struct foo' definition example from rev 1.1.
(proper CSRG style was also verified with /sys/sys/{bio,file}.h)
This commit is contained in:
parent
1ca805f249
commit
c930dd833b
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ macros rather than rolling your own lists, whenever possible. Thus,
|
|||
the previous example would be better written:
|
||||
.Bd -literal
|
||||
#include <sys/queue.h>
|
||||
struct foo {
|
||||
struct foo {
|
||||
LIST_ENTRY(foo) link; /* Queue macro glue for foo lists */
|
||||
struct mumble amumble; /* Comment for mumble */
|
||||
int bar;
|
||||
|
|
|
|||
Loading…
Reference in a new issue