Whitespace.

This commit is contained in:
JoelKatz
2012-06-03 15:30:59 -07:00
parent 75ad545916
commit e16d9e48f7
2 changed files with 2 additions and 2 deletions

View File

@@ -49,4 +49,4 @@ std::vector<unsigned char> LedgerProposal::sign(void)
if (!mKey->Sign(getSigningHash(), ret))
throw std::runtime_error("unable to sign proposal");
return ret;
}
}