From 52f82191f13b57045cbcec7f3c85f21e122d3b62 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 16 May 2017 00:19:08 +0100 Subject: [PATCH] minimize diff --- plugins/openvr/src/ViveControllerManager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/openvr/src/ViveControllerManager.cpp b/plugins/openvr/src/ViveControllerManager.cpp index 581cf970a1..3d5f36490c 100644 --- a/plugins/openvr/src/ViveControllerManager.cpp +++ b/plugins/openvr/src/ViveControllerManager.cpp @@ -659,8 +659,7 @@ void ViveControllerManager::InputDevice::createPreferences() { preference->setItems(list); preferences->addPreference(preference); - } - + } } controller::Input::NamedVector ViveControllerManager::InputDevice::getAvailableInputs() const {