Explorar o código

* unified formatting

git-svn-id: trunk@20700 -
florian %!s(int64=13) %!d(string=hai) anos
pai
achega
fecafd8bb7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);