* fixed indentation

git-svn-id: branches/objc@13169 -
This commit is contained in:
Jonas Maebe 2009-05-17 20:03:52 +00:00
parent b1b9894ae3
commit a63d4e3ad0

View File

@ -1112,9 +1112,9 @@ implementation
RTTIWriter.write_rtti(def,initrtti); RTTIWriter.write_rtti(def,initrtti);
{ RTTI } { RTTI }
if ( if (
assigned(def.typesym) and assigned(def.typesym) and
(st.symtabletype=globalsymtable) and (st.symtabletype=globalsymtable) and
not is_objcclass(def) not is_objcclass(def)
) or ) or
(ds_rtti_table_used in def.defstates) then (ds_rtti_table_used in def.defstates) then
RTTIWriter.write_rtti(def,fullrtti); RTTIWriter.write_rtti(def,fullrtti);