]> 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>
Tue, 29 Apr 2025 17:26:18 +0000 (13:26 -0400)
commit2fdc0afd0763377dc51870449b476f77baeb8aa0
treecfc51493c81c299e6001ced9cb7e13e96228790c
parent582c99b2c04d6da95743b36bf8e5c54dec178274
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>
(cherry picked from commit ee6c14ed59d480720721aaacc5fb03213dc153da)
nptl/pthread_cond_wait.c