tests: Fix indentation

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2018-11-15 11:07:56 +01:00
committed by Andreas Schneider
parent c18ed4eafa
commit 8418a1131e

View File

@@ -425,7 +425,7 @@ failed:
}
ssh_disconnect(t->ssh);
ssh_free(t->ssh);
free(t);
free(t);
return NULL;
}