mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
sort: fix whitespace
This commit is contained in:
parent
33f341f697
commit
5a33f45181
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue