3
0
Fork 0
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:
Stefan Biereigel 2019-05-23 13:42:30 +02:00
parent 075a48d3fa
commit fd003e0e97
4 changed files with 80 additions and 60 deletions

View file

@ -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;