]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Fix indentation
authorMalte Skarupke <malteskarupke@fastmail.fm>
Wed, 4 Dec 2024 13:04:10 +0000 (08:04 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 17 Jan 2025 19:56:58 +0000 (14:56 -0500)
commitee6c14ed59d480720721aaacc5fb03213dc153da
treed3e66ea483719bd7dee017f04ef66fe06410f175
parent929a4764ac90382616b6a21f099192b2475da674
nptl: Fix indentation

In my previous change I turned a nested loop into a simple loop. I'm doing
the resulting indentation changes in a separate commit to make the diff on
the previous commit easier to review.

Signed-off-by: Malte Skarupke <malteskarupke@fastmail.fm>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nptl/pthread_cond_wait.c