Quellcode durchsuchen

* unified formatting

git-svn-id: trunk@20700 -
florian vor 13 Jahren
Ursprung
Commit
fecafd8bb7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);