From a63d4e3ad0b5083047709452b6106b7146724c08 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 17 May 2009 20:03:52 +0000 Subject: [PATCH] * fixed indentation git-svn-id: branches/objc@13169 - --- compiler/ptype.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/ptype.pas b/compiler/ptype.pas index 4fd71d7b1a..5ec91e2810 100644 --- a/compiler/ptype.pas +++ b/compiler/ptype.pas @@ -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);