[libcxx-commits] [PATCH] D113066: [libcxx][SystemZ][z/OS] Update libcxx/src/memory.cpp to accommodate POSIX(OFF)
Daniel McIntosh via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 4 18:42:59 PDT 2021
DanielMcIntosh-IBM added inline comments.
================
Comment at: libcxx/src/memory.cpp:152
{
- auto m = static_cast<__libcpp_mutex_t*>(__lx);
- unsigned count = 0;
----------------
jroelofs wrote:
> I'd leave the 4-space indentation alone, since that seems to be the local style in the rest of libcxx.
arc actually won't let me //not// change the indentation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113066/new/
https://reviews.llvm.org/D113066
More information about the libcxx-commits
mailing list