瀏覽代碼

* cosmetics

florian 3 年之前
父節點
當前提交
8120fb8b77
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/x86/nx86cnv.pas

+ 0 - 2
compiler/x86/nx86cnv.pas

@@ -245,7 +245,6 @@ implementation
 
 
     function tx86typeconvnode.first_int_to_real : tnode;
-
       begin
         first_int_to_real:=nil;
         if (left.resultdef.size<4) then
@@ -262,7 +261,6 @@ implementation
 
 
     procedure tx86typeconvnode.second_int_to_real;
-
       var
          leftref,
          href : treference;