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
@ -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…
x
Reference in New Issue
Block a user