summaryrefslogtreecommitdiff
path: root/sys/kern/kern_lockf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_lockf.c')
-rw-r--r--sys/kern/kern_lockf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c
index 57c816346b24..e6f7cc4eba4b 100644
--- a/sys/kern/kern_lockf.c
+++ b/sys/kern/kern_lockf.c
@@ -886,7 +886,6 @@ lf_free_edge(struct lockf_edge *e)
free(e, M_LOCKF);
}
-
/*
* Ensure that the lock's owner has a corresponding vertex in the
* owner graph.