1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

example: fix indentation follow-up

Fix long line and fix more indentations.

Follow-up to 9e896e1b80
This commit is contained in:
Viktor Szakats
2023-12-01 12:55:12 +00:00
parent 9e896e1b80
commit 2e57dcb9d2
2 changed files with 5 additions and 3 deletions

View File

@ -235,7 +235,7 @@ int main(int argc, char *argv[])
shost, sport, remote_desthost, remote_destport);
channel = libssh2_channel_direct_tcpip_ex(session, remote_desthost,
remote_destport, shost, sport);
remote_destport, shost, sport);
if(!channel) {
fprintf(stderr, "Could not open the direct-tcpip channel.\n"
"(Note that this can be a problem at the server."