pas2js: indentation

git-svn-id: trunk@58040 -
This commit is contained in:
mattias 2018-05-27 21:58:45 +00:00
parent 5829dcb97d
commit a8196eacc7

View File

@ -516,11 +516,11 @@ begin
AProject.CustomData.Remove(PJSProjectURL);
end;
With AProject.CustomData do
begin
DebugLN([PJSProjectWebBrowser,': ',Values[PJSProjectWebBrowser]]);
DebugLN([PJSProjectPort,': ',Values[PJSProjectPort]]);
DebugLN([PJSProjectURL,': ',Values[PJSProjectURL]]);
end;
begin
DebugLn([PJSProjectWebBrowser,': ',Values[PJSProjectWebBrowser]]);
DebugLn([PJSProjectPort,': ',Values[PJSProjectPort]]);
DebugLn([PJSProjectURL,': ',Values[PJSProjectURL]]);
end;
// create html source
if baoCreateHtml in Options then
begin