Code style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -111,7 +111,7 @@ static int receive(/*int read_fd, */int file_fd)
|
||||
&& blockBuf[blockLength - 3] == PAD
|
||||
) {
|
||||
while (blockLength
|
||||
&& blockBuf[blockLength - 1] == PAD
|
||||
&& blockBuf[blockLength - 1] == PAD
|
||||
) {
|
||||
blockLength--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user