Browse Source

* small formatting adjustments for the sake of consistency

git-svn-id: trunk@46892 -
svenbarth 4 years ago
parent
commit
bf1eae7bd6
1 changed files with 8 additions and 7 deletions
  1. 8 7
      compiler/ncnv.pas

+ 8 - 7
compiler/ncnv.pas

@@ -151,7 +151,7 @@ interface
           function _typecheck_interface_to_variant : tnode;
           function _typecheck_interface_to_variant : tnode;
           function _typecheck_array_2_dynarray : tnode;
           function _typecheck_array_2_dynarray : tnode;
           function _typecheck_elem_2_openarray : tnode;
           function _typecheck_elem_2_openarray : tnode;
-          function _typecheck_arrayconstructor_to_dynarray: tnode;
+          function _typecheck_arrayconstructor_to_dynarray : tnode;
           function _typecheck_arrayconstructor_to_array : tnode;
           function _typecheck_arrayconstructor_to_array : tnode;
        protected
        protected
           function first_int_to_int : tnode;virtual;
           function first_int_to_int : tnode;virtual;
@@ -2001,12 +2001,13 @@ implementation
 
 
     function ttypeconvnode.typecheck_arrayconstructor_to_dynarray : tnode;
     function ttypeconvnode.typecheck_arrayconstructor_to_dynarray : tnode;
       var
       var
-        newstatement,assstatement:tstatementnode;
-        arrnode:ttempcreatenode;
-        temp2:ttempcreatenode;
-        assnode:tnode;
-        paracount:integer;
-        elemnode:tarrayconstructornode;
+        newstatement,
+        assstatement : tstatementnode;
+        arrnode : ttempcreatenode;
+        temp2 : ttempcreatenode;
+        assnode : tnode;
+        paracount : integer;
+        elemnode : tarrayconstructornode;
       begin
       begin
         { assignment of []? }
         { assignment of []? }
         if (
         if (