Browse Source

* formatting

git-svn-id: trunk@8498 -
florian 18 years ago
parent
commit
334b9b4ee1
1 changed files with 6 additions and 7 deletions
  1. 6 7
      rtl/inc/softfpu.pp

+ 6 - 7
rtl/inc/softfpu.pp

@@ -131,7 +131,6 @@ TYPE
     high: bits32;
     high: bits32;
   end;
   end;
 
 
-
   int64rec = packed record
   int64rec = packed record
     low: bits32;
     low: bits32;
     high: bits32;
     high: bits32;
@@ -147,13 +146,13 @@ TYPE
     high : qword;
     high : qword;
   end;
   end;
 {$else}
 {$else}
- float64 = packed record
-   high,low : bits32;
- end;
+  float64 = packed record
+    high,low : bits32;
+  end;
 
 
- int64rec = packed record
-   high,low : bits32;
- end;
+  int64rec = packed record
+    high,low : bits32;
+  end;
 
 
   floatx80 = packed record
   floatx80 = packed record
     high : word;
     high : word;