aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/SQLite/example/TestSqlite.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/SQLite/example/TestSqlite.dpr')
-rw-r--r--Game/Code/lib/SQLite/example/TestSqlite.dpr30
1 files changed, 15 insertions, 15 deletions
diff --git a/Game/Code/lib/SQLite/example/TestSqlite.dpr b/Game/Code/lib/SQLite/example/TestSqlite.dpr
index 82f2a468..596a3a04 100644
--- a/Game/Code/lib/SQLite/example/TestSqlite.dpr
+++ b/Game/Code/lib/SQLite/example/TestSqlite.dpr
@@ -1,15 +1,15 @@
-program TestSqlite;
-
-uses
- Forms,
- uTestSqlite in 'uTestSqlite.pas' {Form1},
- SQLiteTable3 in 'SQLiteTable3.pas',
- SQLite3 in 'SQLite3.pas';
-
-{$R *.res}
-
-begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
-end.
+program TestSqlite;
+
+uses
+ Forms,
+ uTestSqlite in 'uTestSqlite.pas' {Form1},
+ SQLiteTable3 in 'SQLiteTable3.pas',
+ SQLite3 in 'SQLite3.pas';
+
+{$R *.res}
+
+begin
+ Application.Initialize;
+ Application.CreateForm(TForm1, Form1);
+ Application.Run;
+end.