Sfoglia il codice sorgente

* indentation fix

git-svn-id: branches/z80@44423 -
nickysn 5 anni fa
parent
commit
c8ec4731e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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