style fix

This commit is contained in:
Christoph Jentzsch 2014-10-15 12:22:20 +02:00
parent 66d4df6af3
commit 1325b40ba5

View File

@ -42,7 +42,7 @@ void doMyTests(json_spirit::mValue& v);
int main(int argc, char *argv[])
{
if (argc!=2)
if (argc != 2)
{
cout << "usage: createRandomTest <filename>\n";
return 0;