tpipro: fix indent

git-svn-id: trunk@22820 -
This commit is contained in:
paul 2009-11-27 07:48:27 +00:00
parent b6d78f19d8
commit 3185a931a9

View File

@ -49,7 +49,7 @@ function expandLocalHtmlFileName (URL : string) : string;
type
TIpGetHtmlDataEvent =
TIpGetHtmlDataEvent =
procedure(Sender : TObject; const URL : string; const PostData : TIpFormDataEntity; var Stream : TStream) of object;
TIpGetImageDataEvent =
procedure(Sender : TIpHtmlNode; const URL : string; var Picture : TPicture) of object;
@ -65,7 +65,7 @@ TIpGetHtmlDataEvent =
function(Sender : TObject; const URL : string) : Boolean of object;
TIpCustomHtmlDataProvider = class(TIpAbstractHtmlDataProvider)
TIpCustomHtmlDataProvider = class(TIpAbstractHtmlDataProvider)
private
FProtocols : TStrings;
FGetHtml : TIpGetHtmlDataEvent;