Skip to content

Commit 03f1150

Browse files
committed
NFC: spacing
1 parent f864509 commit 03f1150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__iterator/static_bounded_iter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
3737
// it can be computed from the start of the range.
3838
//
3939
// The operations on which this iterator wrapper traps are the same as `__bounded_iter`.
40-
template <class _Iterator, size_t _Size, class = __enable_if_t< __libcpp_is_contiguous_iterator<_Iterator>::value> >
40+
template <class _Iterator, size_t _Size, class = __enable_if_t<__libcpp_is_contiguous_iterator<_Iterator>::value> >
4141
struct __static_bounded_iter {
4242
using value_type = typename iterator_traits<_Iterator>::value_type;
4343
using difference_type = typename iterator_traits<_Iterator>::difference_type;

0 commit comments

Comments
 (0)