[bindings/python] fix some indentation

This commit is contained in:
Benjamin Dauvergne 2012-05-05 22:58:26 +02:00
parent df3656df4d
commit f4fb55bd89
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class Binding:
elif is_int(type, self.binding_data) or is_boolean(type):
pass
elif is_xml_node(type):
print >>fd, ' lasso_release_xml_node(%s);' % name
print >>fd, ' lasso_release_xml_node(%s);' % name
elif is_glist(type):
etype = element_type(type)
if is_cstring(etype):