mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
inconsistent tabs/spaces
This commit is contained in:
parent
cc6de0b989
commit
7b6c4e2c9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user