Преглед на файлове

* missing space added

git-svn-id: trunk@4923 -
florian преди 19 години
родител
ревизия
557afed6f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/inc/objpas.inc

+ 1 - 1
rtl/inc/objpas.inc

@@ -659,7 +659,7 @@
             if (i>0) then
               getinterfaceentrybystr:=Res;
           end;
-          if (getinterfaceentrybystr=nil)and not(classparent=nil) then
+          if (getinterfaceentrybystr=nil) and not(classparent=nil) then
             getinterfaceentrybystr:=classparent.getinterfaceentrybystr(iidstr)
         end;