From fecafd8bb7702800a7fa1234d11c10ae178b2643 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 3 Apr 2012 19:30:04 +0000 Subject: [PATCH] * unified formatting git-svn-id: trunk@20700 - --- compiler/pinline.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/pinline.pas b/compiler/pinline.pas index 147317154d..805ac3a3b0 100644 --- a/compiler/pinline.pas +++ b/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);