Remove redundant whitespace

This commit is contained in:
Brian Somers 2009-05-18 01:45:52 +00:00
parent e9902ec0a6
commit 8ba7efdad8

View File

@ -992,7 +992,6 @@ descendant_sort(KINFO *ki, int items)
ki[src].ki_d.prefix[n * 2] = ki[src].ki_d.prefix[n * 2] =
path[n / 8] & 1 << (n % 8) ? '|' : ' '; path[n / 8] & 1 << (n % 8) ? '|' : ' ';
ki[src].ki_d.prefix[n * 2 + 1] = ' '; ki[src].ki_d.prefix[n * 2 + 1] = ' ';
} }
if (n == lvl - 2) { if (n == lvl - 2) {
/* Have I any more siblings? */ /* Have I any more siblings? */