Re: [PATCH v3 3/9] libstdc++: Cleanup formatting in mdspan.

2025-05-22 Thread Tomasz Kaminski
On Wed, May 21, 2025 at 11:48 AM Luc Grosheintz wrote: > libstdc++-v3/ChangeLog: > > * include/std/mdspan: Fix two instances of > whitespace errors: `for(` -> `for (`. > > Signed-off-by: Luc Grosheintz > I would suggest merging these 3 patches into one. > --- > libstdc++-v3/inc

[PATCH v3 3/9] libstdc++: Cleanup formatting in mdspan.

2025-05-21 Thread Luc Grosheintz
libstdc++-v3/ChangeLog: * include/std/mdspan: Fix two instances of whitespace errors: `for(` -> `for (`. Signed-off-by: Luc Grosheintz --- libstdc++-v3/include/std/mdspan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/std/mdspan b/li