sftp: Reformat sftp_message_free()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 4c32befd93)
This commit is contained in:
Andreas Schneider
2018-09-08 09:37:15 +02:00
parent 84fd910423
commit 534c58c475

View File

@@ -471,7 +471,8 @@ static sftp_message sftp_message_new(sftp_session sftp){
return msg;
}
static void sftp_message_free(sftp_message msg) {
static void sftp_message_free(sftp_message msg)
{
if (msg == NULL) {
return;
}