diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-15 18:22:20 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-10-15 18:22:20 +0800 |
commit | 1325b40ba5cc6a43ea05246f1c585be543a4bdd8 (patch) | |
tree | a036e4af8f80d9a9c4ca87b65d605cb1f85e8794 /createRandomTest.cpp | |
parent | 66d4df6af399db7d825acc77dfd3a2a8ace178eb (diff) | |
download | dexon-solidity-1325b40ba5cc6a43ea05246f1c585be543a4bdd8.tar.gz dexon-solidity-1325b40ba5cc6a43ea05246f1c585be543a4bdd8.tar.zst dexon-solidity-1325b40ba5cc6a43ea05246f1c585be543a4bdd8.zip |
style fix
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r-- | createRandomTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp index 6f5e9e6f..54e3206c 100644 --- a/createRandomTest.cpp +++ b/createRandomTest.cpp @@ -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; |