diff rsa.c @ 1249:c6346c63281b

refactor indentation with hard tab
author Francois Perrad <francois.perrad@gadz.org>
date Thu, 31 Dec 2015 15:59:01 +0100
parents d7b752525b91
children 2bb4c662d1c2
line wrap: on
line diff
--- a/rsa.c	Fri Dec 18 21:20:46 2015 +0800
+++ b/rsa.c	Thu Dec 31 15:59:01 2015 +0100
@@ -69,12 +69,12 @@
 	}
 
 	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;
 }