aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_UI.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
commit662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9 (patch)
tree5cffe4473640975abc443ef4b8047b34cdb4a039 /sys/netgraph/ng_UI.c
parent586ee69f09c5060621486b34722a4a806581f93d (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_UI.c')
-rw-r--r--sys/netgraph/ng_UI.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c
index 8e8ab55d64908..9f899a841fd8d 100644
--- a/sys/netgraph/ng_UI.c
+++ b/sys/netgraph/ng_UI.c
@@ -49,7 +49,6 @@
#include <sys/mbuf.h>
#include <sys/errno.h>
-
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>
#include <netgraph/ng_UI.h>
@@ -242,4 +241,3 @@ ng_UI_disconnect(hook_p hook)
}
return (0);
}
-