GNOME Bugzilla – Bug 498904
incorrect indentation: some tabs are mixed with spaces in the code
Last modified: 2007-11-25 14:36: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.
Created attachment 99462 [details] [review] fixes a few places where tabs are inconsistently used to indent
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.