浏览代码

* unified formatting

git-svn-id: trunk@20700 -
florian 13 年之前
父节点
当前提交
fecafd8bb7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/pinline.pas

+ 1 - 1
compiler/pinline.pas

@@ -470,7 +470,7 @@ implementation
         newblock : tnode;
         newblock : tnode;
       begin
       begin
         { for easy exiting if something goes wrong }
         { for easy exiting if something goes wrong }
-        result := cerrornode.create;
+        result:=cerrornode.create;
 
 
         consume(_LKLAMMER);
         consume(_LKLAMMER);
         paras:=parse_paras(false,false,_RKLAMMER);
         paras:=parse_paras(false,false,_RKLAMMER);