mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style fix
This commit is contained in:
parent
66d4df6af3
commit
1325b40ba5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user