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:
David E. O'Brien 2001-09-04 10:00:20 +00:00
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;