mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Reduce amount of trailing whitespace in code base
This commit is contained in:
parent
68a6937173
commit
e2fc18f27b
9 changed files with 29 additions and 29 deletions
|
@ -85,7 +85,7 @@ with open(pmgfile, "r") as f:
|
|||
cmd = line.split()
|
||||
if len(cmd) == 0 or cmd[0].startswith("//"): continue
|
||||
cmd = cmd[0]
|
||||
|
||||
|
||||
if cmd == "state":
|
||||
m = re.match(r"^state\s+<(.*?)>\s+(([A-Za-z_][A-Za-z_0-9]*\s+)*[A-Za-z_][A-Za-z_0-9]*)\s*$", line)
|
||||
assert m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue