mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 20:50:57 +01:00
* fixed indentation
git-svn-id: branches/objc@13169 -
This commit is contained in:
parent
b1b9894ae3
commit
a63d4e3ad0
@ -1112,9 +1112,9 @@ implementation
|
||||
RTTIWriter.write_rtti(def,initrtti);
|
||||
{ RTTI }
|
||||
if (
|
||||
assigned(def.typesym) and
|
||||
(st.symtabletype=globalsymtable) and
|
||||
not is_objcclass(def)
|
||||
assigned(def.typesym) and
|
||||
(st.symtabletype=globalsymtable) and
|
||||
not is_objcclass(def)
|
||||
) or
|
||||
(ds_rtti_table_used in def.defstates) then
|
||||
RTTIWriter.write_rtti(def,fullrtti);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user