[EXPLORER] Remove trailing whitespace.

This commit is contained in:
Hermès Bélusca-Maïto 2018-04-08 00:32:11 +02:00
parent 4453f72ef8
commit 6093abdebb
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 15 additions and 15 deletions

View file

@ -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);