After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 531697 - wrong indentation
wrong indentation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-06 10:23 UTC by Jordi Massaguer i Pla
Modified: 2008-05-08 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch that fixes the indentation (15.48 KB, patch)
2008-05-06 10:24 UTC, Jordi Massaguer i Pla
none Details | Review
patch that fixes the indentation (12.39 KB, patch)
2008-05-06 10:47 UTC, Jordi Massaguer i Pla
rejected Details | Review

Description Jordi Massaguer i Pla 2008-05-06 10:23:22 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).
Comment 1 Jordi Massaguer i Pla 2008-05-06 10:24:05 UTC
Created attachment 110451 [details] [review]
patch that fixes the indentation
Comment 2 Sebastian Dröge (slomo) 2008-05-06 10:30:41 UTC
This patch is most likely not correct as it simply removes the content of the complete file ;)
Comment 3 Jordi Massaguer i Pla 2008-05-06 10:47:46 UTC
Created attachment 110452 [details] [review]
patch that fixes the indentation
Comment 4 Edward Hervey 2008-05-08 14:03:38 UTC
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