소스 검색

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