[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 13:29:36 PST 2023


CaseyCarter created this revision.
CaseyCarter added a reviewer: philnik.
CaseyCarter added a project: libc++.
Herald added a project: All.
CaseyCarter requested review of this revision.
Herald added a reviewer: libc++.

... from d65e66abb3bd4535e1900c0c7901c0f6254acf34 <https://reviews.llvm.org/rGd65e66abb3bd4535e1900c0c7901c0f6254acf34>.


Repository:
  rG LLVM Github Monorepo

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.486977.patch
Type: text/x-patch
Size: 765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230106/82129d2c/attachment.bin>


More information about the libcxx-commits mailing list