Code style fixes.

This commit is contained in:
Jean-Philip Desjardins 2018-11-09 13:13:26 -05:00
parent 7b606110b3
commit 3787352528

View File

@ -345,6 +345,6 @@ void CGamePadDeviceListener::InputDeviceListenerThread()
while(CFRunLoopRunInMode(CFSTR("CustomLoop"), 1, true) != kCFRunLoopRunStopped && m_running)
{
}
IOHIDManagerClose(m_hidManager, 0);
}