Просмотр исходного кода

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

git-svn-id: trunk@45389 -
Károly Balogh 5 лет назад
Родитель
Сommit
c38efe6d18
1 измененных файлов с 2 добавлено и 2 удалено
  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
         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 :
             begin
             begin