Skip to content

Commit d1add94

Browse files
committed
Fix trailing whitespace.
1 parent 7e62898 commit d1add94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/strings.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,12 +1156,12 @@
11561156
class Allocator = allocator<charT>>
11571157
explicit basic_string(basic_string_view<charT, traits>, const Allocator& = Allocator())
11581158
-> basic_string<charT, traits, Allocator>;
1159-
1159+
11601160
template<class charT,
11611161
class traits,
11621162
class Allocator = allocator<charT>>
11631163
basic_string(basic_string_view<charT, traits>,
1164-
typename @\seebelow@::size_type, typename @\seebelow@::size_type,
1164+
typename @\seebelow@::size_type, typename @\seebelow@::size_type,
11651165
const Allocator& = Allocator())
11661166
-> basic_string<charT, traits, Allocator>;
11671167
}
@@ -1489,7 +1489,7 @@
14891489
class traits,
14901490
class Allocator = allocator<charT>>
14911491
basic_string(basic_string_view<charT, traits>,
1492-
typename @\seebelow@::size_type, typename @\seebelow@::size_type,
1492+
typename @\seebelow@::size_type, typename @\seebelow@::size_type,
14931493
const Allocator& = Allocator())
14941494
-> basic_string<charT, traits, Allocator>;
14951495
\end{itemdecl}

0 commit comments

Comments
 (0)