Style fix.

This commit is contained in:
Gav Wood 2014-10-18 17:41:53 +03:00
parent 02f60e1a53
commit 65e46b62be

View File

@ -64,9 +64,7 @@ int main(int argc, char *argv[])
string randomCode; string randomCode;
for (int i = 0; i < lengthOfCode; ++i) for (int i = 0; i < lengthOfCode; ++i)
{
randomCode += toHex(toCompactBigEndian(randGen())); randomCode += toHex(toCompactBigEndian(randGen()));
}
// read template test file // read template test file