Change bad indents in extras/gfx.py

This commit is contained in:
cogitokat
2013-06-23 14:12:03 -03:00
parent 1120eaaaf5
commit 60b52a8cf0

View File

@@ -328,7 +328,8 @@ class Compressed:
Works, but doesn't do flipped/reversed streams yet. Works, but doesn't do flipped/reversed streams yet.
This takes up most of the compress time and only saves a few bytes This takes up most of the compress time and only saves a few bytes
it might be more feasible to exclude it entirely.""" it might be more feasible to exclude it entirely.
"""
self.repeats = [] self.repeats = []
self.flips = [] self.flips = []