浏览代码

* cosmetics

git-svn-id: trunk@44514 -
florian 5 年之前
父节点
当前提交
44d9498eff
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/psystem.pas

+ 3 - 1
compiler/psystem.pas

@@ -243,7 +243,9 @@ implementation
               s64floattype:=cfloatdef.create(s64real,true);
               s80floattype:=cfloatdef.create(s80real,true);
               sc80floattype:=cfloatdef.create(sc80real,true);
-            end else begin
+            end
+          else
+            begin
               s32floattype:=nil;
               s64floattype:=nil;
               s80floattype:=nil;