aboutsummaryrefslogtreecommitdiffstats
path: root/src/macosx/PseudoThread.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-31 17:07:40 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-31 17:07:40 +0000
commit2cfc26881d21532cb9cb456800d0b1738e183fe0 (patch)
treecaedc795386191117582af759a7a1e5b827fd72a /src/macosx/PseudoThread.pas
parent575ddda875e06f9f79b33170a5aa0cf1f7d3ad9d (diff)
downloadusdx-2cfc26881d21532cb9cb456800d0b1738e183fe0.tar.gz
usdx-2cfc26881d21532cb9cb456800d0b1738e183fe0.tar.xz
usdx-2cfc26881d21532cb9cb456800d0b1738e183fe0.zip
minor change: identation spelling, co code change
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1333 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/macosx/PseudoThread.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macosx/PseudoThread.pas b/src/macosx/PseudoThread.pas
index 16157646..21e93341 100644
--- a/src/macosx/PseudoThread.pas
+++ b/src/macosx/PseudoThread.pas
@@ -30,7 +30,8 @@ implementation
constructor TPseudoThread.Create(const suspended : Boolean);
begin
- if not suspended then begin
+ if not suspended then
+ begin
Execute;
end;
end;