From f7b467249261ba4989d5ec61aa62ad24d770140b Mon Sep 17 00:00:00 2001 From: Crimson-Hawk Date: Thu, 21 Mar 2024 19:32:57 +0800 Subject: [PATCH] fixes clang format introduced by !193 --- src/hid_core/frontend/emulated_controller.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hid_core/frontend/emulated_controller.cpp b/src/hid_core/frontend/emulated_controller.cpp index 9aa08d5cc9..1adcdafb5f 100644 --- a/src/hid_core/frontend/emulated_controller.cpp +++ b/src/hid_core/frontend/emulated_controller.cpp @@ -760,8 +760,7 @@ void EmulatedController::StartMotionCalibration() { } } -void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, - Common::UUID uuid) { +void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, Common::UUID uuid) { if (index >= controller.button_values.size()) { return; }