Remove tabs.

[SVN r72190]
This commit is contained in:
Bryce Adelstein-Lelbach
2011-05-26 18:23:57 +00:00
parent 41b76f8f5c
commit c4bd4bf4ce

2
include/boost/range/iterator_range_core.hpp Executable file → Normal file
View File

@ -249,7 +249,7 @@ namespace boost
difference_type size() const
{
return m_End - m_Begin;
return m_End - m_Begin;
}
bool empty() const