upstream commit

whitespace
This commit is contained in:
djm@openbsd.org 2015-01-14 20:54:29 +00:00 committed by Damien Miller
parent 141efe4954
commit e81cba066c
1 changed files with 0 additions and 2 deletions

View File

@ -154,7 +154,6 @@ bitmap_nbits(struct bitmap *b)
bits--;
}
return bits;
}
size_t
@ -181,7 +180,6 @@ bitmap_to_string(struct bitmap *b, void *p, size_t l)
s[need - 1 - k++] = (b->d[i] >> (j * 8)) & 0xff;
}
}
return 0;
}