mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-28 01:41:49 +03:00
tidy-up: do/while formatting
Also fix an indentation and delete empty lines. Closes #1440
This commit is contained in:
@ -216,7 +216,6 @@ int main(int argc, char *argv[])
|
||||
ptr += nwritten;
|
||||
nread -= (size_t)nwritten;
|
||||
} while(nread);
|
||||
|
||||
} while(nwritten > 0);
|
||||
|
||||
libssh2_sftp_close(sftp_handle);
|
||||
|
Reference in New Issue
Block a user