summaryrefslogtreecommitdiff
path: root/extras/gfx.py
diff options
context:
space:
mode:
authorKat Harrison <Kat Harrison>2013-06-23 16:06:46 -0400
committerKat Harrison <Kat Harrison>2013-06-23 16:06:46 -0400
commit72fbe86c7aee557282322666c1c3a25fbe964b0b (patch)
tree7b331b662ffe03d368ef2699bf456c742fc99a9d /extras/gfx.py
parent95369248f4400ea01b2f11216286c71bc515fe69 (diff)
fixed another indent in gfx.py
Diffstat (limited to 'extras/gfx.py')
-rw-r--r--extras/gfx.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/gfx.py b/extras/gfx.py
index 3c21f9809..22ecc7cc6 100644
--- a/extras/gfx.py
+++ b/extras/gfx.py
@@ -994,9 +994,9 @@ def decompress_misc():
to_file(filename, gfx.output)
def decompress_all(debug = False):
- """
- Decompress all known compressed data in baserom.
- """
+ """
+ Decompress all known compressed data in baserom.
+ """
if debug: print 'fronts'
decompress_monsters(front)