Explorar o código

SVI Форматирование

SVI %!s(int64=2) %!d(string=hai) anos
pai
achega
4578bd3bfb
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      source/utils/UTILS.ob07

+ 1 - 7
source/utils/UTILS.ob07

@@ -4,7 +4,6 @@ IMPORT HOST;
 
 
 CONST
-
     slash* = HOST.slash;
     eol* = HOST.eol;
 
@@ -31,18 +30,13 @@ VAR
 
     maxreal*, inf*: REAL;
 
-    target*:
-
-      RECORD
-
+    target*: RECORD
           bit_depth*,
           maxInt*,
           minInt*,
           maxSet*,
           maxHex*:    INTEGER;
-
           maxReal*:   REAL
-
       END;
 
     bit_diff*: INTEGER;