Forráskód Böngészése

* formatting so lazarus can handle it

git-svn-id: trunk@34737 -
florian 9 éve
szülő
commit
cfd38388ca
1 módosított fájl, 4 hozzáadás és 3 törlés
  1. 4 3
      compiler/ncal.pas

+ 4 - 3
compiler/ncal.pas

@@ -156,9 +156,10 @@ interface
           { varargs parasyms }
           varargsparas : tvarargsparalist;
 
-          { separately specified resultdef for some compilerprocs (e.g. }
-          { you can't have a function with an "array of char" resultdef }
-          { the RTL) (JM)                                                }
+          { separately specified resultdef for some compilerprocs (e.g.
+            you can't have a function with an "array of char" resultdef
+            the RTL) (JM)
+          }
           typedef: tdef;
           callnodeflags : tcallnodeflags;