mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 10:39:18 +02:00
pas2js: indentation
git-svn-id: trunk@58040 -
This commit is contained in:
parent
5829dcb97d
commit
a8196eacc7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user