diff options
author | jhb <jhb@FreeBSD.org> | 2003-03-11 22:33:42 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-03-11 22:33:42 +0000 |
commit | 0c3ac305c83bd43547194c4582f11b1918260bba (patch) | |
tree | ee2687e346e4863d9fe9623b6666262d42eedb7c /sys/kern | |
parent | 7cc659d9ff288aaac939c510fdafcc4a801625c3 (diff) | |
download | FreeBSD-src-0c3ac305c83bd43547194c4582f11b1918260bba.zip FreeBSD-src-0c3ac305c83bd43547194c4582f11b1918260bba.tar.gz |
Trim an extra blank line that snuck into the last commit.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_witness.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index c46276b..d22d964 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -1164,7 +1164,6 @@ depart(struct witness *w) return (rebalancetree(list)); } - /* * Prune an entire lock order tree. We look for cases where a lock * is now both a descendant and a direct child of a given lock. In |