mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* handle also lines with spaces before the open brace
This commit is contained in:
parent
a9ea64b788
commit
4d4ae8d4fe
@ -156,6 +156,7 @@ begin
|
||||
readln(t,s);
|
||||
if s<>'' then
|
||||
begin
|
||||
TrimB(s);
|
||||
if s[1]='{' then
|
||||
begin
|
||||
delete(s,1,1);
|
||||
|
Loading…
Reference in New Issue
Block a user