Fix spacing from spaces to tabs

This commit is contained in:
Eddie Hung 2019-06-07 15:44:57 -07:00
parent 7395a80690
commit 2b350401c4
1 changed files with 317 additions and 317 deletions

View File

@ -398,7 +398,7 @@ struct AigerFrontend : public Frontend {
log("Load module from an AIGER file into the current design.\n");
log("\n");
log(" -module_name <module_name>\n");
log(" Name of module to be created (default: <filename>)"
log(" Name of module to be created (default: "
#ifdef _WIN32
"top" // FIXME
#else