From 9573c7e9cf606de7eefde1f843afed4935286451 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 19 May 2004 11:35:03 +0000 Subject: [PATCH] Whitespace nit. --- sys/netgraph/ng_hole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;