소스 검색

* 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;
       begin
         { for easy exiting if something goes wrong }
-        result := cerrornode.create;
+        result:=cerrornode.create;
 
         consume(_LKLAMMER);
         paras:=parse_paras(false,false,_RKLAMMER);