whitespace

This commit is contained in:
Arvid Norberg 2015-05-18 05:06:07 +00:00
parent 9ee98b3ed1
commit abf9c83732
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent namespace libtorrent
{ {
// The bitfiled type stores any number of bits as a bitfield // The bitfiled type stores any number of bits as a bitfield
// in a heap allocated array. // in a heap allocated array.
struct TORRENT_EXPORT bitfield struct TORRENT_EXPORT bitfield
{ {
@ -348,7 +348,7 @@ namespace libtorrent
{ {
std::memset(m_buf, 0x00, size_t(num_words() * 4)); std::memset(m_buf, 0x00, size_t(num_words() * 4));
} }
// make the bitfield empty, of zero size. // make the bitfield empty, of zero size.
void clear() { dealloc(); } void clear() { dealloc(); }