mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 05:43:40 +00:00
small whitespace cleanup (#5119)
This commit is contained in:
parent
e3ae7b1400
commit
748600c167
2 changed files with 6 additions and 6 deletions
|
@ -1182,7 +1182,7 @@ struct RTLIL::Selection
|
|||
bool boxes = false,
|
||||
// the design to select from
|
||||
RTLIL::Design *design = nullptr
|
||||
) :
|
||||
) :
|
||||
selects_boxes(boxes), complete_selection(full && boxes), full_selection(full && !boxes), current_design(design) { }
|
||||
|
||||
// checks if the given module exists in the current design and is a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue