Browse Source

* nicely align assignment of TThreadManager.CloseThread

git-svn-id: trunk@45159 -
svenbarth 5 years ago
parent
commit
e131a4e014
3 changed files with 3 additions and 3 deletions
  1. 1 1
      rtl/nativent/systhrd.inc
  2. 1 1
      rtl/os2/systhrd.inc
  3. 1 1
      rtl/win/systhrd.inc

+ 1 - 1
rtl/nativent/systhrd.inc

@@ -231,7 +231,7 @@ begin
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;

+ 1 - 1
rtl/os2/systhrd.inc

@@ -936,7 +936,7 @@ begin
     SuspendThread          :=@SysSuspendThread;
     SuspendThread          :=@SysSuspendThread;
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;

+ 1 - 1
rtl/win/systhrd.inc

@@ -512,7 +512,7 @@ begin
     ResumeThread           :=@SysResumeThread;
     ResumeThread           :=@SysResumeThread;
     KillThread             :=@SysKillThread;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;