فهرست منبع

* Fix indentation.

git-svn-id: trunk@6998 -
daniel 18 سال پیش
والد
کامیت
d0e162317b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      compiler/ncal.pas

+ 1 - 1
compiler/ncal.pas

@@ -614,7 +614,7 @@ implementation
                       temp:=Tvecnode(p).right;
                       Tvecnode(p).right:=l.getcopy;
 
-					  {Typecheckpass can only be performed *after* the l.getcopy since it
+                      {Typecheckpass can only be performed *after* the l.getcopy since it
                        can modify the tree, and l is in the hightree.}
                       typecheckpass(hightree);