Skip to content

Commit a4da084

Browse files
committed
Format
1 parent 3775afb commit a4da084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/regex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5336,8 +5336,8 @@ typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
53365336

53375337
template <class _BidirectionalIterator, class _CharT, class _Traits>
53385338
class _LIBCPP_PREFERRED_NAME(cregex_iterator) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wcregex_iterator))
5339-
_LIBCPP_PREFERRED_NAME(sregex_iterator) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsregex_iterator))
5340-
regex_iterator {
5339+
_LIBCPP_PREFERRED_NAME(sregex_iterator)
5340+
_LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wsregex_iterator)) regex_iterator {
53415341
public:
53425342
typedef basic_regex<_CharT, _Traits> regex_type;
53435343
typedef match_results<_BidirectionalIterator> value_type;

0 commit comments

Comments
 (0)