forked from boostorg/range
Remove tabs.
[SVN r72190]
This commit is contained in:
2
include/boost/range/iterator_range_core.hpp
Executable file → Normal file
2
include/boost/range/iterator_range_core.hpp
Executable file → Normal file
@ -249,7 +249,7 @@ namespace boost
|
||||
|
||||
difference_type size() const
|
||||
{
|
||||
return m_End - m_Begin;
|
||||
return m_End - m_Begin;
|
||||
}
|
||||
|
||||
bool empty() const
|
||||
|
Reference in New Issue
Block a user