Browse Source

* fixed indentation

git-svn-id: branches/objc@13169 -
Jonas Maebe 16 years ago
parent
commit
a63d4e3ad0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      compiler/ptype.pas

+ 3 - 3
compiler/ptype.pas

@@ -1112,9 +1112,9 @@ implementation
               RTTIWriter.write_rtti(def,initrtti);
               RTTIWriter.write_rtti(def,initrtti);
             { RTTI }
             { RTTI }
             if (
             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
                ) 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);