Skip to content

Commit ec67ad5

Browse files
committed
[libc++][NFC] Format <string>
1 parent b083340 commit ec67ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/string

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3374,7 +3374,7 @@ template <class _CharT, class _Traits, class _Allocator>
33743374
inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void
33753375
basic_string<_CharT, _Traits, _Allocator>::__shrink_or_extend(size_type __target_capacity) {
33763376
__annotate_delete();
3377-
auto __guard = std::__make_scope_guard(__annotate_new_size(*this));
3377+
auto __guard = std::__make_scope_guard(__annotate_new_size(*this));
33783378
size_type __cap = capacity();
33793379
size_type __sz = size();
33803380

0 commit comments

Comments
 (0)