mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
python:remove semicolon in python code
This breaked "make syntax-check" testing Pushed under trivial rule
This commit is contained in:
parent
686388f00d
commit
d450037740
@ -1490,7 +1490,7 @@ def buildWrappers(module):
|
||||
classes.write(", %s" % arg[0])
|
||||
n = n + 1
|
||||
if arg[0] == "flags":
|
||||
classes.write("=0");
|
||||
classes.write("=0")
|
||||
classes.write("):\n")
|
||||
writeDoc(module, name, args, ' ', classes)
|
||||
n = 0
|
||||
|
Loading…
Reference in New Issue
Block a user