htl: Simplify non-cancel path of __pthread_cond_timedwait_internal
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 23 Jun 2020 22:41:18 +0000 (22:41 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 23 Jun 2020 23:19:48 +0000 (01:19 +0200)
commit3513d5af3d111f322cf2b64f2c7d415ea923bf25
treefde72af3880def5877c8a91688cfb03e233ab156
parent9f6e508b4270093607676361e68dfd7a0bf91492
htl: Simplify non-cancel path of __pthread_cond_timedwait_internal

Since __pthread_exit does not return, we do not need to indent the
noncancel path

* sysdeps/htl/pt-cond-timedwait.c (__pthread_cond_timedwait_internal):
Move cancelled path before non-cancelled path, to avoid "else"
indentation.
sysdeps/htl/pt-cond-timedwait.c