make indenting consistent

This commit is contained in:
Matt Johnston 2016-07-12 23:33:15 +08:00
parent 5127943673
commit 0ee860a011

View File

@ -475,7 +475,7 @@ static struct openssh_key *load_openssh_key(const char *filename)
m_burn(buffer, sizeof(buffer)); m_burn(buffer, sizeof(buffer));
return ret; return ret;
error: error:
m_burn(buffer, sizeof(buffer)); m_burn(buffer, sizeof(buffer));
if (ret) { if (ret) {
if (ret->keyblob) { if (ret->keyblob) {