diff --git a/sys/netgraph/ng_hole.h b/sys/netgraph/ng_hole.h index d2da2d29f09..3ca22923b55 100644 --- a/sys/netgraph/ng_hole.h +++ b/sys/netgraph/ng_hole.h @@ -46,7 +46,7 @@ /* Node type name and magic cookie */ #define NG_HOLE_NODE_TYPE "hole" #define NGM_HOLE_COOKIE 915433206 - + /* Statistics structure for one hook. */ struct ng_hole_hookstat { uint64_t frames;