Browse Source

* cosmetics

florian 3 years ago
parent
commit
8120fb8b77
1 changed files with 0 additions and 2 deletions
  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;