CLEANUP: select: enhance readability in init
authorWilliam Dauchy <w.dauchy@criteo.com>
Mon, 11 May 2020 13:20:05 +0000 (15:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 13 May 2020 09:52:30 +0000 (11:52 +0200)
commit32fba0a6297e17498e50be8f5287cc6a5742a5ef
tree9959501082f8797006b1ab9925e3327efe00c817
parent42a50bd19be38962944377c73a7dc496fbd3bbc1
CLEANUP: select: enhance readability in init

while reading the code, I thought it was clearer to put one instruction
per line as it is mostly done elsewhere

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
src/ev_select.c