From 23ac7f56fa2acd9f35e6b8ca36602f3c14e986cd Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Thu, 31 Dec 2015 15:59:01 +0100 Subject: refactor indentation with hard tab --- rsa.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rsa.c') diff --git a/rsa.c b/rsa.c index 193e577..1cedbc4 100644 --- a/rsa.c +++ b/rsa.c @@ -69,12 +69,12 @@ int buf_get_rsa_pub_key(buffer* buf, dropbear_rsa_key *key) { } TRACE(("leave buf_get_rsa_pub_key: success")) - ret = DROPBEAR_SUCCESS; + ret = DROPBEAR_SUCCESS; out: - if (ret == DROPBEAR_FAILURE) { - m_free(key->e); - m_free(key->n); - } + if (ret == DROPBEAR_FAILURE) { + m_free(key->e); + m_free(key->n); + } return ret; } -- cgit v1.2.3