Преглед на файлове

* nicely align assignment of TThreadManager.CloseThread

git-svn-id: trunk@45159 -
svenbarth преди 5 години
родител
ревизия
e131a4e014
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  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;
     KillThread             :=@SysKillThread;
     ThreadSwitch           :=@SysThreadSwitch;
-    CloseThread		   :=@SysCloseThread;
+    CloseThread            :=@SysCloseThread;
     WaitForThreadTerminate :=@SysWaitForThreadTerminate;
     ThreadSetPriority      :=@SysThreadSetPriority;
     ThreadGetPriority      :=@SysThreadGetPriority;

+ 1 - 1
rtl/os2/systhrd.inc

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

+ 1 - 1
rtl/win/systhrd.inc

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