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:
@ -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."
|
||||
|
Reference in New Issue
Block a user