From abf9c837325684f5a21d17f4a4caf765b4ef5884 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 18 May 2015 05:06:07 +0000 Subject: [PATCH] whitespace --- include/libtorrent/bitfield.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/bitfield.hpp b/include/libtorrent/bitfield.hpp index e87e2ec98..1f49318a7 100644 --- a/include/libtorrent/bitfield.hpp +++ b/include/libtorrent/bitfield.hpp @@ -49,7 +49,7 @@ POSSIBILITY OF SUCH DAMAGE. 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. struct TORRENT_EXPORT bitfield { @@ -348,7 +348,7 @@ namespace libtorrent { std::memset(m_buf, 0x00, size_t(num_words() * 4)); } - + // make the bitfield empty, of zero size. void clear() { dealloc(); }