[libcxx-commits] [libcxx] [libcxx] [test] Make indentation more consistent in thousands_sep. NFC. (PR #99844)

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 22 05:27:01 PDT 2024


mstorsjo wrote:

> ⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️
> 
>  You can test this locally with the following command:
>  View the diff from clang-format here.

Ok, so apparently, the issue here is that the autoformatter is suggesting the visibily inconsistent indentation (these files seem to use 4 spaces indent), and due to ifdefs, the thing ends up incosistent/messy...

https://github.com/llvm/llvm-project/pull/99844


More information about the libcxx-commits mailing list