* 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);
{ 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);