From 7b6c4e2c9de3247895d945b3e0beb0518c2713be Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 10 Nov 2013 19:53:56 +0100 Subject: [PATCH] inconsistent tabs/spaces --- waflib/ansiterm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waflib/ansiterm.py b/waflib/ansiterm.py index ed02c680..ca7352cb 100644 --- a/waflib/ansiterm.py +++ b/waflib/ansiterm.py @@ -243,9 +243,9 @@ else: TINY_STEP = 3000 for x in range(0, len(txt), TINY_STEP): - # According MSDN, size should NOT exceed 64 kb (issue #746) - tiny = txt[x : x + TINY_STEP] - writeconsole(self.hconsole, tiny, len(tiny), byref(chars_written), None) + # According MSDN, size should NOT exceed 64 kb (issue #746) + tiny = txt[x : x + TINY_STEP] + writeconsole(self.hconsole, tiny, len(tiny), byref(chars_written), None) def flush(self): pass