Ver código fonte

m68k: fix indentation, no functional change

Karoly Balogh 1 dia atrás
pai
commit
69611bba2d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      compiler/m68k/cgcpu.pas

+ 2 - 2
compiler/m68k/cgcpu.pas

@@ -1506,8 +1506,8 @@ unit cgcpu;
                 move_if_needed(list, size, hreg2, dst);
               end;
         else
-            internalerror(2002072902);
-         end;
+          internalerror(2002072902);
+        end;
       end;