Skip to content

Commit 1758a6e

Browse files
committed
[libc++][test][NFC] revert indentation damage
... from d65e66a. Differential Revision: https://reviews.llvm.org/D141157
1 parent faa29ee commit 1758a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class soccc_allocator {
2424
using value_type = T;
2525

2626
constexpr explicit soccc_allocator(int* soccc_count_, int self_coccc_count_ = 0)
27-
: soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {}
27+
: soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {}
2828

2929
template <class U>
3030
constexpr soccc_allocator(const soccc_allocator<U>& a) : soccc_count(a.get_soccc()) {}

0 commit comments

Comments
 (0)