[libcxx-commits] [libcxx] [libc++][any] Applied `[[nodiscard]]` (PR #168826)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 21 21:53:56 PST 2025
H-G-Hristov wrote:
> > > @H-G-Hristov Please commit the format-only changes separately.
> >
> >
> > These formatting changes are required by the code formatter job to get the CI green.
> > Any suggestions how to procceed in such situations. Maybe files should be formatted before the changes?
>
> You can just push a commit to format the files.
>
> > Actually only the changed lines need to be formatted but then the file will have some lines indented to 2 and some to 4 spaces.
Thank you! Done.
https://github.com/llvm/llvm-project/pull/168826
More information about the libcxx-commits
mailing list