mirror of https://gitee.com/openkylin/libvirt.git
docs: Fix apibuild.py syntax
Commit id '477502de3' altered the entry to add one too many closing parenthesis ')' and that propagated into commit id '9176b42bd'. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
b6f6a0d984
commit
8635b1f6b3
|
@ -478,7 +478,7 @@ class CLexer:
|
|||
|
||||
if line[0] == '#':
|
||||
self.tokens = list(map((lambda x: ('preproc', x)),
|
||||
line.split())))
|
||||
line.split()))
|
||||
|
||||
# We might have whitespace between the '#' and preproc
|
||||
# macro name, so instead of having a single token element
|
||||
|
|
Loading…
Reference in New Issue