xcbgen: Remove tab from xtypes.py.
authorMatt Turner <mattst88@gmail.com>
Tue, 12 Nov 2013 02:32:09 +0000 (18:32 -0800)
committerArnaud 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

index 951731a..5f45723 100644 (file)
@@ -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)