Skip to content

Commit 357b0f2

Browse files
committed
Make sure the generator still works [ci skip]
1 parent dd74085 commit 357b0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
argument_re = re.compile("(\w+): ([^,]*)(,|\))")
3+
argument_re = re.compile("\s*(\w+): ([^,\)]+)([,\)\s]*)")
44
name_re = re.compile("\s*pub fn (?:LAPACKE_)?(\w+[a-z0-9])(_?)")
55
return_re = re.compile("(?:\s*->\s*([^;]+))?")
66

0 commit comments

Comments
 (0)