Explorar el Código

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

SVI hace 2 años
padre
commit
4578bd3bfb
Se han modificado 1 ficheros con 1 adiciones y 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;