Fix indentation

This commit is contained in:
Tom Verbeure 2018-06-02 19:07:16 -07:00
parent e234ee0110
commit 8b32b75d56
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ int main(int argc, char **argv)
bool verbose = false;
bool generate = false;
bool seed = false;
uint32_t seed_nr = getpid();
uint32_t seed_nr = getpid();
int opt;
while ((opt = getopt(argc, argv, "vgs:")) != -1)