mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
[EXPLORER] Remove trailing whitespace.
This commit is contained in:
parent
4453f72ef8
commit
6093abdebb
3 changed files with 15 additions and 15 deletions
|
@ -125,7 +125,7 @@ public:
|
|||
if (m_bThreadRunning)
|
||||
{
|
||||
/* Try to unstuck Show */
|
||||
PostThreadMessage(m_ThreadId, WM_QUIT, 0, 0);
|
||||
PostThreadMessage(m_ThreadId, WM_QUIT, 0, 0);
|
||||
DWORD ret = WaitForSingleObject(m_hThread, 3*1000);
|
||||
if (ret == WAIT_TIMEOUT)
|
||||
TerminateThread(m_hThread, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue