From 3abde4464164c580b9f436e6212cf5ad94ef444c Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 23 Aug 2017 00:19:34 -0400 Subject: [PATCH] formatting cleanup --- Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm index 036c27d58c..7c907cac28 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSX.mm @@ -171,9 +171,6 @@ static void DeviceMatchingCallback(void* inContext, IOReturn inResult, void* inS { g_controller_interface.AddDevice(std::make_shared(inIOHIDDeviceRef, name)); } - else - { - } NOTICE_LOG(SERIALINTERFACE, "Added device: %s", name.c_str()); g_controller_interface.InvokeHotplugCallbacks();