浏览代码

* fixed indentation

git-svn-id: branches/objc@13169 -
Jonas Maebe 16 年之前
父节点
当前提交
a63d4e3ad0
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/ptype.pas

+ 3 - 3
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);