Przeglądaj źródła

* indention fixed

florian 20 lat temu
rodzic
commit
02482feeab
1 zmienionych plików z 11 dodań i 8 usunięć
  1. 11 8
      rtl/unix/ctypes.inc

+ 11 - 8
rtl/unix/ctypes.inc

@@ -66,18 +66,21 @@ Type
 
     cunsigned = cuint;
     pcunsigned = ^cunsigned;
-    
-		{ Floating point }
+
+    { Floating point }
     cFloat    = Single;
-  	cDouble   = Double;
-  	clDouble  = Extended;
-  	pcFloat   = ^cFloat;
-  	pcDouble  = ^cDouble;
-  	pclDouble = ^clDouble;    
+    cDouble   = Double;
+    clDouble  = Extended;
+    pcFloat   = ^cFloat;
+    pcDouble  = ^cDouble;
+    pclDouble = ^clDouble;
 
 {
    $Log$
-   Revision 1.3  2005-03-13 10:05:13  florian
+   Revision 1.4  2005-03-13 19:17:14  florian
+     * indention fixed
+
+   Revision 1.3  2005/03/13 10:05:13  florian
      + floating point c types added
 
    Revision 1.2  2005/02/14 17:13:31  peter