Browse Source

* fixed formatting

git-svn-id: trunk@23508 -
Jonas Maebe 12 years ago
parent
commit
10e3cab1b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/ncgcal.pas

+ 2 - 2
compiler/ncgcal.pas

@@ -291,8 +291,8 @@ implementation
                 (
                   { for record constructor check that it is self parameter }
                   (
-                    (vo_is_self in parasym.varoptions)and
-                    (aktcallnode.procdefinition.proctypeoption=potype_constructor)and
+                    (vo_is_self in parasym.varoptions) and
+                    (aktcallnode.procdefinition.proctypeoption=potype_constructor) and
                     is_record(parasym.vardef)
                   ) or
                   (vo_is_funcret in parasym.varoptions)