Parcourir la source

* indentation fix

git-svn-id: branches/z80@44423 -
nickysn il y a 5 ans
Parent
commit
c8ec4731e1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
                           s:=tostr(tai_const(hp).value);
                         writer.AsmWrite(s);
                         writer.AsmWrite(s);
                         inc(l,length(s));
                         inc(l,length(s));
- 		       inc(tokens);
+ 		        inc(tokens);
                         if (l>line_length) or
                         if (l>line_length) or
                            (tokens>max_tokens) or
                            (tokens>max_tokens) or
                            (hp.next=nil) or
                            (hp.next=nil) or