fcl-passrc: fixed spaces

This commit is contained in:
mattias 2021-03-02 09:21:00 +00:00
parent dbb9b3b67c
commit b3070f3e6e

View File

@ -2854,7 +2854,7 @@ begin
begin
// write without read
if (vmExternal in El.VarModifiers)
or (El.ClassType=TPasProperty)
or (El.ClassType=TPasProperty)
or ((El.Parent is TPasClassType) and TPasClassType(El.Parent).IsExternal) then
exit;
if El.Visibility in [visPrivate,visStrictPrivate] then