libuv/src
Yash Ladha 97709e185f
chore: use for(;;) instead of while
In the codebase we have used empty for loop for infinite conditions, so
to bring consistency replaced other occurrences of while in the codebase
with for loop.

PR-URL: https://github.com/libuv/libuv/pull/3128
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2021-04-04 17:15:35 +02:00
..
unix chore: use for(;;) instead of while 2021-04-04 17:15:35 +02:00
win chore: use for(;;) instead of while 2021-04-04 17:15:35 +02:00
fs-poll.c
heap-inl.h
idna.c
idna.h
inet.c
queue.h
random.c
strscpy.c
strscpy.h
threadpool.c
timer.c unix,win: initialize timer timeout field 2020-11-18 14:27:56 -05:00
uv-common.c unix,win: more uv_read_start() argument validation 2020-11-05 16:41:44 -05:00
uv-common.h
uv-data-getter-setters.c
version.c