]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Fix indentation
authorMalte Skarupke <malteskarupke@fastmail.fm>
Fri, 11 Jul 2025 12:57:47 +0000 (05:57 -0700)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 11 Jul 2025 17:55:48 +0000 (13:55 -0400)
commit576565369755eb428ab34272ca18aba786bb7163
treea9b9a82aef722bc0137e00bb6195be6fe2181f7b
parent6bac834c5a44e6f72e0c7087e8b57b006beef816
nptl: Fix indentation

[BZ #25847]

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.

(cherry picked from commit ee6c14ed59d480720721aaacc5fb03213dc153da)

Signed-off-by: Sunil Dora <sunilkumar.dora@windriver.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
nptl/pthread_cond_wait.c