aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenuText.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:43:52 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:43:52 +0000
commit015b6c092b0779ee9b53ed1ee78044737f8dc592 (patch)
treec5514d1451e03adcbc51ff52f7332dae1aa6ff34 /src/menu/UMenuText.pas
parent5f10024b26b3a4560c21483771d69e39adb137d0 (diff)
downloadusdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.tar.gz
usdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.tar.xz
usdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.zip
indentation unified, no code change.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1406 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu/UMenuText.pas')
-rw-r--r--src/menu/UMenuText.pas13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/menu/UMenuText.pas b/src/menu/UMenuText.pas
index 597210a6..bc3d5ebd 100644
--- a/src/menu/UMenuText.pas
+++ b/src/menu/UMenuText.pas
@@ -33,12 +33,13 @@ interface
{$I switches.inc}
-uses TextGL,
- UTexture,
- gl,
- math,
- SysUtils,
- SDL;
+uses
+ TextGL,
+ UTexture,
+ gl,
+ math,
+ SysUtils,
+ SDL;
type
TText = class