fixed indentation

This commit is contained in:
Arvid Norberg 2006-10-11 22:07:07 +00:00
parent c66165614e
commit 7e9da2a261
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ namespace libtorrent
assert(*file_path.begin() == m_name);
for (fs::path::iterator j = boost::next(file_path.begin());
j != file_path.end(); ++j)
j != file_path.end(); ++j)
{
path_e.list().push_back(entry(*j));
}