fixed indentation

This commit is contained in:
Arvid Norberg 2009-05-11 21:19:03 +00:00
parent 92f42eb23c
commit 89e4c41ea2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace libtorrent
m_log.open("disk_buffers.log", std::ios::trunc);
#endif
#ifdef TORRENT_DEBUG
m_magic = 0x1337;
m_magic = 0x1337;
#endif
}