code format

This commit is contained in:
Dominik Maier 2020-05-30 11:05:53 +02:00
parent 38e5c32a55
commit 8f19becb62

View File

@ -880,7 +880,6 @@ void set_nonblocking(int fd) {
}
/* Wrapper for select() and read(), reading exactly len bytes.
Should be called on non-blocking fds.
Returns the time passed to read.