sftp: Reformat sftp_ext_free()

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Anderson Toshiyuki Sasaki
2019-01-26 13:50:38 +01:00
committed by Andreas Schneider
parent 9c5a1967c3
commit 61ad276a87

View File

@@ -79,7 +79,8 @@ static sftp_ext sftp_ext_new(void) {
return ext; return ext;
} }
static void sftp_ext_free(sftp_ext ext) { static void sftp_ext_free(sftp_ext ext)
{
unsigned int i; unsigned int i;
if (ext == NULL) { if (ext == NULL) {