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 498904 - incorrect indentation: some tabs are mixed with spaces in the code
incorrect indentation: some tabs are mixed with spaces in the code
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal trivial
: 0.11.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-22 05:07 UTC by Tommy
Modified: 2007-11-25 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes a few places where tabs are inconsistently used to indent (2.44 KB, patch)
2007-11-22 05:09 UTC, Tommy
committed Details | Review

Description Tommy 2007-11-22 05:07:08 UTC
I just randomly noticed this while I was looking through the code. It didn't seem to affect much, but here's a patch for the lines that I noticed were incorrectly indented.
Comment 1 Tommy 2007-11-22 05:09:02 UTC
Created attachment 99462 [details] [review]
fixes a few places where tabs are inconsistently used to indent
Comment 2 Edward Hervey 2007-11-25 14:36:08 UTC
2007-11-25  Edward Hervey  <bilboed@bilboed.com>

	* bin/pitivi.in:
	* pitivi/bin.py:
	* pitivi/objectfactory.py:
	* pitivi/settings.py:
	* pitivi/threads.py:
	* pitivi/thumbnailer.py:
	* pitivi/timeline/composition.py:
	* pitivi/timeline/objects.py:
	* pitivi/timeline/source.py:
	* pitivi/timeline/timeline.py:
	* pitivi/ui/mainwindow.py:
	* pitivi/ui/ruler.py:
	* pitivi/ui/slider.py:
	* pitivi/ui/sourcefactories.py:
	* pitivi/ui/timeline.py:
	* pitivi/ui/timelineobjects.py:
	* pitivi/ui/tracklayer.py:
	* pitivi/ui/viewer.py:
	Fix misc issues detected by pychecker.
	Renaming unused method arguments
	Whitespace/tabs fixes.