Skip to content

Commit 5aa98b3

Browse files
committed
FIXUP: Fix indentation
1 parent 51b24f7 commit 5aa98b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9770,8 +9770,8 @@
97709770
charT zero = charT('0'),
97719771
charT one = charT('1'));
97729772
template<class charT, class traits>
9773-
constexpr explicit bitset(
9774-
basic_string_view<charT, traits> str,
9773+
constexpr explicit bitset(
9774+
basic_string_view<charT, traits> str,
97759775
typename basic_string_view<charT, traits>::size_type pos = 0,
97769776
typename basic_string_view<charT, traits>::size_type n
97779777
= basic_string_view<charT, traits>::npos,

0 commit comments

Comments
 (0)