sftp: Reformat sftp_lstat()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f3ffd8aa41)
This commit is contained in:
Andreas Schneider
2018-08-31 19:38:51 +02:00
parent fdb0c0a29b
commit 0cb282df99

View File

@@ -3143,7 +3143,8 @@ sftp_attributes sftp_lstat(sftp_session session, const char *path) {
return sftp_xstat(session, path, SSH_FXP_LSTAT);
}
sftp_attributes sftp_fstat(sftp_file file) {
sftp_attributes sftp_fstat(sftp_file file)
{
sftp_status_message status = NULL;
sftp_message msg = NULL;
ssh_buffer buffer;