mirror of https://github.com/YosysHQ/yosys.git
Fix spacing from spaces to tabs
This commit is contained in:
parent
7395a80690
commit
2b350401c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue