소스 검색

* indentation fix

git-svn-id: branches/z80@44423 -
nickysn 5 년 전
부모
커밋
c8ec4731e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/z80/agz80asm.pas

+ 1 - 1
compiler/z80/agz80asm.pas

@@ -272,7 +272,7 @@ unit agz80asm;
                           s:=tostr(tai_const(hp).value);
                         writer.AsmWrite(s);
                         inc(l,length(s));
- 		       inc(tokens);
+ 		        inc(tokens);
                         if (l>line_length) or
                            (tokens>max_tokens) or
                            (hp.next=nil) or