[Xcb] [PATCH] xcbgen: Remove tab from xtypes.py.
Matt Turner
mattst88 at gmail.com
Mon Nov 11 18:32:09 PST 2013
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71418
---
xcbgen/xtypes.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xcbgen/xtypes.py b/xcbgen/xtypes.py
index 951731a..5f45723 100644
--- 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)
--
1.8.3.2
More information about the Xcb
mailing list