mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-01-04 12:10:12 +01:00
xcbgen: Remove tab from xtypes.py.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71418
This commit is contained in:
parent
29beba6bf0
commit
cfc7f57cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class Type(object):
|
|||
complex_type.fields.append(new_field)
|
||||
|
||||
def make_fd_of(self, module, complex_type, fd_name):
|
||||
'''
|
||||
'''
|
||||
Method for making a fd member of a structure.
|
||||
'''
|
||||
new_fd = Field(self, module.get_type_name('INT32'), fd_name, True, False, False, None, True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue