mirror of
https://github.com/reactos/reactos.git
synced 2026-06-07 16:32:28 +08:00
[EXPLORER] Remove trailing whitespace.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user