3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 04:48:46 +00:00

Fix spacing

This commit is contained in:
Eddie Hung 2019-03-20 12:28:39 -07:00
parent 81c207fb9b
commit 2b911e270b

View file

@ -310,7 +310,7 @@ struct ShregmapWorker
continue; continue;
} }
start_cell: start_cell:
chain_start_cells.insert(it.second); chain_start_cells.insert(it.second);
} }
} }