From b710b8721eb12db39ba0413fdaede654999a426a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 25 Jun 2013 22:25:50 -0500 Subject: don't mix tabs/whitespace --- preprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preprocessor.py') diff --git a/preprocessor.py b/preprocessor.py index 468ae41a5..242732094 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -579,7 +579,7 @@ def read_line(l): # export all labels if ':' in asm[:asm.find('"')]: - sys.stdout.write('GLOBAL ' + asm.split(':')[0] + '\n') + sys.stdout.write('GLOBAL ' + asm.split(':')[0] + '\n') # expect preprocessed .asm files if "INCLUDE" in asm: -- cgit v1.2.3