sftp: Reformat sftp_handle_close()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 2844942c1b)
This commit is contained in:
Andreas Schneider
2018-08-31 18:31:18 +02:00
parent 4256936fed
commit b409b7d092

View File

@@ -1517,7 +1517,8 @@ void sftp_attributes_free(sftp_attributes file){
SAFE_FREE(file);
}
static int sftp_handle_close(sftp_session sftp, ssh_string handle) {
static int sftp_handle_close(sftp_session sftp, ssh_string handle)
{
sftp_status_message status;
sftp_message msg = NULL;
ssh_buffer buffer = NULL;