clang-format run.

This commit is contained in:
Neil MacIntosh 2016-08-01 21:41:20 -07:00
parent 94afa1fbd7
commit 6c7be2c8ee

View File

@ -378,10 +378,7 @@ namespace details
return ret -= n;
}
constexpr span_iterator& operator-=(difference_type n) noexcept
{
return *this += -n;
}
constexpr span_iterator& operator-=(difference_type n) noexcept { return *this += -n; }
constexpr difference_type operator-(const span_iterator& rhs) const noexcept
{