projects
/
free-sw
/
xcb
/
proto
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29beba6
)
xcbgen: Remove tab from xtypes.py.
author
Matt Turner
<mattst88@gmail.com>
Tue, 12 Nov 2013 02:32:09 +0000
(18:32 -0800)
committer
Arnaud Fontaine
<arnau@debian.org>
Thu, 14 Nov 2013 11:06:46 +0000
(20:06 +0900)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71418
xcbgen/xtypes.py
patch
|
blob
|
history
diff --git
a/xcbgen/xtypes.py
b/xcbgen/xtypes.py
index
951731a
..
5f45723
100644
(file)
--- a/
xcbgen/xtypes.py
+++ b/
xcbgen/xtypes.py
@@
-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)