]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Indent bug
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 1995 14:17:39 +0000 (14:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 17 Aug 1995 14:17:39 +0000 (14:17 +0000)
Lib/binhex.py

index 8cb34d3ec31c0db69f925417cbcdd712e08c72e6..a7f906d695cbaca6ae1dc5c75ea23be447265bd5 100644 (file)
@@ -144,7 +144,7 @@ class _Rlecoderengine:
                self.data = ''
 
     def write(self, data):
-       if DEBUG:
+               if DEBUG:
                        testf.write(data) # XXXX
                self.data = self.data + data
                if len(self.data) < REASONABLY_LARGE: