mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 11:10:28 +09:00
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:
committed by
Andreas Schneider
parent
9c5a1967c3
commit
61ad276a87
@@ -79,7 +79,8 @@ static sftp_ext sftp_ext_new(void) {
|
||||
return ext;
|
||||
}
|
||||
|
||||
static void sftp_ext_free(sftp_ext ext) {
|
||||
static void sftp_ext_free(sftp_ext ext)
|
||||
{
|
||||
unsigned int i;
|
||||
|
||||
if (ext == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user