CLEANUP: thread: fix fantaisist indentation of thread_harmless_till_end()
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Aug 2021 08:33:57 +0000 (10:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Aug 2021 12:49:36 +0000 (14:49 +0200)
commit286363be0855d8d5d608cdaa1ebcc766ed174469
tree2c204e9d58a20de38b668254d9c5f78e0d8e23b5
parent08be72b827605c9f19ef527339065395f1ad1921
CLEANUP: thread: fix fantaisist indentation of thread_harmless_till_end()

Probably due to a copy-paste, there were two indent levels in this function
since its introduction in 1.9 by commit 60b639ccb ("MEDIUM: hathreads:
implement a more flexible rendez-vous point"). Let's fix this.
src/thread.c