GNOME Bugzilla – Bug 531697
wrong indentation
Last modified: 2008-05-08 14:03:38 UTC
the file arg-types has a wrong indentation. I have use the reindent.py tool included into the Python source code and also did some hand indentation (because the reindent was complaining about it).
Created attachment 110451 [details] [review] patch that fixes the indentation
This patch is most likely not correct as it simply removes the content of the complete file ;)
Created attachment 110452 [details] [review] patch that fixes the indentation
The patch wouldn't apply properly, so I re-indent/fixed the whole file with emacs' python-mode indentation. Should now be clean 2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk> * gst/__init__.py: * gst/arg-types.py: Fix broken indentation Fixes #531697