Browse Source

* reformat statement for better readability

Sven/Sarah Barth 6 months ago
parent
commit
1a130056f7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      compiler/ninl.pas

+ 4 - 1
compiler/ninl.pas

@@ -6226,7 +6226,10 @@ implementation
              addstatement(stmt,cassignmentnode.create(ctemprefnode.create(tmp),result));
              cmpn:=cmpn.getcopy;
              inserttypeconv_internal(cmpn,resultdef);
-             addstatement(stmt,cassignmentnode.create(tcallparanode(succn),caddnode.create(equaln,cmpn,ctemprefnode.create(tmp))));
+             addstatement(stmt,
+               cassignmentnode.create(tcallparanode(succn),
+                 caddnode.create(equaln,cmpn,
+                   ctemprefnode.create(tmp))));
              addstatement(stmt,ctempdeletenode.create_normal_temp(tmp));
              addstatement(stmt,ctemprefnode.create(tmp));
              result:=n;