mirror of
https://github.com/boostorg/range.git
synced 2025-07-30 12:57:28 +02:00
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
|
difference_type size() const
|
||||||
{
|
{
|
||||||
return m_End - m_Begin;
|
return m_End - m_Begin;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool empty() const
|
bool empty() const
|
||||||
|
Reference in New Issue
Block a user