From: Casey Carter Date: Fri, 6 Jan 2023 21:29:43 +0000 (-0800) Subject: [libc++][test][NFC] revert indentation damage X-Git-Tag: upstream/17.0.6~21823 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1758a6e23bbc797ed29a80691b9e5329367f497a;p=platform%2Fupstream%2Fllvm.git [libc++][test][NFC] revert indentation damage ... from d65e66abb3bd4535e1900c0c7901c0f6254acf34. Differential Revision: https://reviews.llvm.org/D141157 --- diff --git a/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp b/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp index a03101d..1918bcf 100644 --- a/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp +++ b/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp @@ -24,7 +24,7 @@ public: using value_type = T; constexpr explicit soccc_allocator(int* soccc_count_, int self_coccc_count_ = 0) - : soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {} + : soccc_count(soccc_count_), self_soccc_count(self_coccc_count_) {} template constexpr soccc_allocator(const soccc_allocator& a) : soccc_count(a.get_soccc()) {}