Browse Source

m68k: tabs to spaces and indentation fix, no functional change

git-svn-id: trunk@45389 -
Károly Balogh 5 years ago
parent
commit
c38efe6d18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/m68k/cgcpu.pas

+ 2 - 2
compiler/m68k/cgcpu.pas

@@ -1160,8 +1160,8 @@ unit cgcpu;
         else if (a>=low(longint)) then
           a:=longint(a)
         else
-	  internalerror(201810201);
-          
+          internalerror(201810201);
+
         case op of
           OP_NONE :
             begin