mirror of https://github.com/YosysHQ/yosys.git
sort: fix whitespace
This commit is contained in:
parent
33f341f697
commit
5a33f45181
|
|
@ -17,9 +17,9 @@ struct SortPass : Pass {
|
|||
void execute(std::vector<std::string> args, RTLIL::Design *d) override
|
||||
{
|
||||
log_header(d, "Executing SORT pass.\n");
|
||||
if (args.size() != 1)
|
||||
log_cmd_error("This pass takes no arguments.\n");
|
||||
d->sort();
|
||||
if (args.size() != 1)
|
||||
log_cmd_error("This pass takes no arguments.\n");
|
||||
d->sort();
|
||||
}
|
||||
} SortPass;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue