Browse Source

* cosmetics

florian 1 year ago
parent
commit
f8da65f8e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/pexpr.pas

+ 0 - 1
compiler/pexpr.pas

@@ -436,7 +436,6 @@ implementation
               p1:=comp_expr([ef_accept_equal]);
               p1:=comp_expr([ef_accept_equal]);
               consume(_RKLAMMER);
               consume(_RKLAMMER);
               if ((p1.nodetype<>typen) and
               if ((p1.nodetype<>typen) and
-
                  (
                  (
                   (is_object(p1.resultdef) and
                   (is_object(p1.resultdef) and
                    (oo_has_constructor in tobjectdef(p1.resultdef).objectoptions)) or
                    (oo_has_constructor in tobjectdef(p1.resultdef).objectoptions)) or