sftp: Reformat sftp_fstatvfs()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 5914ea7c75)
This commit is contained in:
Andreas Schneider
2018-08-31 19:07:32 +02:00
parent 075895da40
commit c7dc2937fc

View File

@@ -2903,7 +2903,8 @@ done:
return rc;
}
sftp_statvfs_t sftp_fstatvfs(sftp_file file) {
sftp_statvfs_t sftp_fstatvfs(sftp_file file)
{
sftp_status_message status = NULL;
sftp_message msg = NULL;
sftp_session sftp;