mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-05 12:22:09 -06:00
fixes clang format introduced by !193
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user