mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:29:19 +02:00
* fix code formatting (no code changes)
git-svn-id: trunk@42381 -
This commit is contained in:
parent
c214648224
commit
3a20178d96
@ -2894,7 +2894,7 @@ implementation
|
||||
newattribute : trtti_attribute;
|
||||
begin
|
||||
if not assigned(rtti_attributes) then
|
||||
rtti_attributes := TFPObjectList.Create(True);
|
||||
rtti_attributes:=TFPObjectList.Create(true);
|
||||
newattribute:=trtti_attribute.Create;
|
||||
newattribute.typesym:=atypesym;
|
||||
newattribute.constructorcall:=constructorcall;
|
||||
|
Loading…
Reference in New Issue
Block a user