mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
tidy-up: do/while formatting
Also fix an indentation and delete empty lines. Closes #1440
This commit is contained in:
@ -187,7 +187,6 @@ int main(int argc, char *argv[])
|
||||
nread -= (size_t)nwritten;
|
||||
}
|
||||
} while(nread);
|
||||
|
||||
} while(1);
|
||||
|
||||
fprintf(stderr, "Sending EOF\n");
|
||||
|
Reference in New Issue
Block a user