formatting cleanup

This commit is contained in:
Nick 2017-08-23 00:19:34 -04:00
parent 3cddb62aea
commit 3abde44641
1 changed files with 0 additions and 3 deletions

View File

@ -171,9 +171,6 @@ static void DeviceMatchingCallback(void* inContext, IOReturn inResult, void* inS
{ {
g_controller_interface.AddDevice(std::make_shared<Joystick>(inIOHIDDeviceRef, name)); g_controller_interface.AddDevice(std::make_shared<Joystick>(inIOHIDDeviceRef, name));
} }
else
{
}
NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str()); NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str());
g_controller_interface.InvokeHotplugCallbacks(); g_controller_interface.InvokeHotplugCallbacks();