[libc++][test][NFC] revert indentation damage
authorCasey Carter <Casey@Carter.net>
Fri, 6 Jan 2023 21:29:43 +0000 (13:29 -0800)
committerCasey Carter <Casey@Carter.net>
Sat, 7 Jan 2023 04:09:45 +0000 (20:09 -0800)
... from d65e66abb3bd4535e1900c0c7901c0f6254acf34.

Differential Revision: https://reviews.llvm.org/D141157

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

index a03101d..1918bcf 100644 (file)
@@ -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 <class U>
   constexpr soccc_allocator(const soccc_allocator<U>& a) : soccc_count(a.get_soccc()) {}