Code-Formatting
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
program GeminiAccess;
|
||||
|
||||
uses
|
||||
FastMM5,
|
||||
Vcl.Forms,
|
||||
MainUnit in 'MainUnit.pas' {Form1},
|
||||
ApiKey in 'ApiKey.pas';
|
||||
FastMM5,
|
||||
Vcl.Forms,
|
||||
MainUnit in 'MainUnit.pas' {Form1},
|
||||
ApiKey in 'ApiKey.pas';
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
Application.Initialize;
|
||||
Application.MainFormOnTaskbar := True;
|
||||
Application.CreateForm(TForm1, Form1);
|
||||
Application.Run;
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user