Make style right.

This commit is contained in:
JoelKatz
2012-04-13 19:27:19 -07:00
parent 12b5eb5991
commit a4ae83c6fe

View File

@@ -263,7 +263,7 @@ bool checkECIES(void)
{
CKey senderPriv, recipientPriv, senderPub, recipientPub;
for(int i = 0; i < 30000; ++i)
for (int i = 0; i < 30000; ++i)
{
if ((i % 100) == 0)
{ // generate new keys every 100 times