[libcxx-commits] [libcxx] 1758a6e - [libc++][test][NFC] revert indentation damage

Casey Carter via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 6 20:10:05 PST 2023


Author: Casey Carter
Date: 2023-01-06T20:09:45-08:00
New Revision: 1758a6e23bbc797ed29a80691b9e5329367f497a

URL: https://github.com/llvm/llvm-project/commit/1758a6e23bbc797ed29a80691b9e5329367f497a
DIFF: https://github.com/llvm/llvm-project/commit/1758a6e23bbc797ed29a80691b9e5329367f497a.diff

LOG: [libc++][test][NFC] revert indentation damage

... from d65e66abb3bd4535e1900c0c7901c0f6254acf34.

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

Added: 
    

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

Removed: 
    


################################################################################
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 a03101d77094..1918bcf8cedf 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 @@ class soccc_allocator {
   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()) {}


        


More information about the libcxx-commits mailing list