=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/io.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/rsync/io.c 2019/02/18 21:55:27 1.11 +++ src/usr.bin/rsync/io.c 2019/02/18 22:47:34 1.12 @@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.11 2019/02/18 21:55:27 benno Exp $ */ +/* $Id: io.c,v 1.12 2019/02/18 22:47:34 benno Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -304,8 +304,7 @@ } else if (sess->mplex_read_remain == 0) return 1; - if (!io_read_blocking(sess, fd, - mpbuf, sess->mplex_read_remain)) { + if (!io_read_blocking(sess, fd, mpbuf, sess->mplex_read_remain)) { ERRX1(sess, "io_read_blocking"); return 0; }