[libcxx-commits] [PATCH] D141157: [libc++][test][NFC] revert indentation damage

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1758a6e23bbc: [libc++][test][NFC] revert indentation damage (authored by CaseyCarter).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141157/new/

https://reviews.llvm.org/D141157

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


Index: libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp
===================================================================
--- libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp
+++ libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp
@@ -24,7 +24,7 @@
   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()) {}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141157.487041.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230107/a27a2747/attachment.bin>


More information about the libcxx-commits mailing list