mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:09:16 +02:00
m68k: tabs to spaces and indentation fix, no functional change
git-svn-id: trunk@45389 -
This commit is contained in:
parent
d9eddc50fd
commit
c38efe6d18
@ -1160,7 +1160,7 @@ unit cgcpu;
|
|||||||
else if (a>=low(longint)) then
|
else if (a>=low(longint)) then
|
||||||
a:=longint(a)
|
a:=longint(a)
|
||||||
else
|
else
|
||||||
internalerror(201810201);
|
internalerror(201810201);
|
||||||
|
|
||||||
case op of
|
case op of
|
||||||
OP_NONE :
|
OP_NONE :
|
||||||
|
Loading…
Reference in New Issue
Block a user