mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-06-11 12:56:21 +09:00
Add missing newline on eof
MacOS is choking on these: /Users/gitlab/builds/libssh/libssh-mirror/src/packet_cb.c:508:2: error: no newline at end of file [-Werror,-Wnewline-eof] } ^ 1 error generated. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com> Merge-Request: <https://gitlab.com/libssh/libssh-mirror/-/merge_requests/823>
This commit is contained in:
@@ -505,4 +505,4 @@ SSH_PACKET_CALLBACK(ssh_packet_pong)
|
||||
session->pending_pings--;
|
||||
|
||||
return SSH_PACKET_USED;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -342,4 +342,4 @@ int torture_run_tests(void)
|
||||
|
||||
ssh_finalize();
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -263,7 +263,7 @@ void cleanup_putty_client_keys(void)
|
||||
|
||||
cleanup_key(PUTTY_ECDSA256_TESTKEY);
|
||||
cleanup_file(PUTTY_ECDSA256_PPK_TESTKEY);
|
||||
|
||||
|
||||
cleanup_key(PUTTY_ED25519_TESTKEY);
|
||||
cleanup_file(PUTTY_ED25519_PPK_TESTKEY);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,4 +14,4 @@ int is_openssh_client_enabled(void);
|
||||
int is_dropbear_client_enabled(void);
|
||||
int is_putty_client_enabled(void);
|
||||
|
||||
#endif /* __PKD_UTIL_H__ */
|
||||
#endif /* __PKD_UTIL_H__ */
|
||||
|
||||
Reference in New Issue
Block a user