mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
fix indentation across files
This commit is contained in:
parent
075a48d3fa
commit
fd003e0e97
4 changed files with 80 additions and 60 deletions
|
@ -486,10 +486,10 @@ wire_type_token:
|
|||
TOK_WIRE {
|
||||
} |
|
||||
TOK_WOR {
|
||||
astbuf3->is_wor = true;
|
||||
astbuf3->is_wor = true;
|
||||
} |
|
||||
TOK_WAND {
|
||||
astbuf3->is_wand = true;
|
||||
astbuf3->is_wand = true;
|
||||
} |
|
||||
TOK_REG {
|
||||
astbuf3->is_reg = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue